marquez
marquez copied to clipboard
Docker - OpenSearch Installation Documentation
Hi,
I am a new user and initially had problems with the Docker install for OpenSearch.
It originally failed and this had a knock-on effect.
Reading through the logs, I found the following:
"max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]"
This seems to be easily resolved by entering the following command in your [Linux] environment...
"sysctl -w vm.max_map_count=262144"
It might be an idea to add this to the relevant documentation.
Many thanks and what a great project !
Regards,
Jonathan
Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!