Brian Novillo
Brian Novillo
This error occurs because elasticsearch container is throwing a virtual memory error. You must run this command for increment max memory usage, according https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html: `sysctl -w vm.max_map_count=262144` And then start...
> This error occurs because elasticsearch container is throwing a virtual memory error. > > You must run this command for increment max memory usage, according https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html: > `sysctl -w...