Skip to content
New issue

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

min_mem should be the same as max_mem #35

Closed
clintongormley opened this issue Oct 11, 2012 · 1 comment
Closed

min_mem should be the same as max_mem #35

clintongormley opened this issue Oct 11, 2012 · 1 comment

Comments

@clintongormley
Copy link

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?

@karmi karmi closed this as completed in c8ed6fd Oct 14, 2012
@karmi
Copy link
Contributor

karmi commented Oct 14, 2012

Thanks, Clinton, this has been long overdue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants