We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using mlockall, you want the min_mem and max_mem to be the same, otherwise it doesn't lock all the memory into RAM at startup.
perhaps just use the ES_HEAP_SIZE (which sets both min and max) instead?
The text was updated successfully, but these errors were encountered:
c8ed6fd
Thanks, Clinton, this has been long overdue...
Sorry, something went wrong.
No branches or pull requests
Using mlockall, you want the min_mem and max_mem to be the same, otherwise it doesn't lock all the memory into RAM at startup.
perhaps just use the ES_HEAP_SIZE (which sets both min and max) instead?
The text was updated successfully, but these errors were encountered: