You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to start my elk container I get the following error message: node validation exception
bootstrap checks failed
max virtual memory areas vm.max_map_count [65530] likely too low, increase to at least [262144]
I fixed the error by running sysctl -w vm.max_map_count=262144 in terminal (Linux/Ubuntu).
Then I created a file named 60-elasticsearch.conf and placed it in /etc/sysctl.d/ with the following content
vm.max_map_count=262144
Creating this .conf file makes the change permanent and still present after server restarts, right?
When I try to start my elk container I get the following error message:
node validation exception
bootstrap checks failed
max virtual memory areas vm.max_map_count [65530] likely too low, increase to at least [262144]
docker-compose.yml:
console output:
The text was updated successfully, but these errors were encountered: