elasticsearch/docs/reference/setup/important-settings/heap-size.asciidoc
Rick Boyd a476abdc71
Various updates related to minimum Java version 17 (#85545)
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.
2022-03-31 10:04:50 -04:00

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>>.