mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Since 8.0.0, we only support Java 17 and up. This change cleans up unsupported Java versions from jvm.options and updates documentation to reference supported Java versions, in case it is confusing to users.
10 lines
345 B
Text
10 lines
345 B
Text
[[heap-size-settings]]
|
|
[discrete]
|
|
==== Heap size settings
|
|
|
|
By default, {es} automatically sets the JVM heap size based on a node's
|
|
<<node-roles,roles>> and total memory.
|
|
We recommend the default sizing for most production environments.
|
|
|
|
If needed, you can override the default sizing by manually
|
|
<<set-jvm-heap-size,setting the JVM heap size>>.
|