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
Due to memory issues, on linux, we need to run this command for Elasticsearch to work:
sysctl -w vm.max_map_count=262144
This command no longer works on MacOS, and it is not clear if it works on windows.
We need to figure out how to get this to work on these operating systems, and ideally make this a part of the docker run script, so we don't need a special instruction for users.
The text was updated successfully, but these errors were encountered:
Due to memory issues, on linux, we need to run this command for Elasticsearch to work:
sysctl -w vm.max_map_count=262144
This command no longer works on MacOS, and it is not clear if it works on windows.
We need to figure out how to get this to work on these operating systems, and ideally make this a part of the docker run script, so we don't need a special instruction for users.
The text was updated successfully, but these errors were encountered: