Slide 15
Slide 15 text
• Warns in development mode. Refuses to start in production mode.
• Motivation - https://www.elastic.co/blog/bootstrap_checks_annoying_instead_of_devastating
Examples:
• Heap size, bootstrap.memory_lock (previously known as mlockall),
OnOutOfMemoryError
• File descriptor, virtual memory size, memory-mapped area, max # of threads
Upgrading from 2.x
Breaking Changes >> Bootstrap Checks
https://www.elastic.co/guide/en/elasticsearch/reference/5.0/bootstrap-checks.html