Advertisement
Guest User

Untitled

a guest
Jul 29th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. /etc/security/limits.conf:
  2. elasticsearch - nofile 65535
  3. elasticsearch - memlock unlimited
  4.  
  5. /etc/default/elasticsearch:
  6. ES_HEAP_SIZE=512m
  7. MAX_OPEN_FILES=65535
  8. MAX_LOCKED_MEMORY=unlimited
  9.  
  10. /etc/elasticsearch/elasticsearch.yml:
  11. bootstrap.mlockall: true
  12.  
  13.  
  14. References:
  15. https://github.com/grigorescu/Brownian/wiki/ElasticSearch-Configuration
  16. http://www.elasticsearch.org/guide/reference/setup/installation/
  17.  
  18.  
  19. grandparent/parent/child example:
  20. https://gist.github.com/ToulBoy/1941432
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement