Skip to content

JasonTiraDev/elasticsearchStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

elasticsearchStack

elasticsearch, kibana, apm docker-compose file

If elasticsearch wont start and you get an error talking about vm max mem is too low, something like

'max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]'

then you need to set that in your wsl settings. The location of the file depends on the distro.

For one off setting you can run this in powershell, but after reboot it will revert.

wsl -d docker-desktop
sysctl -w vm.max_map_count=262144

About

elasticsearch, kibana, apm docker-compose file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published