2023-01-13 12:22:21 +01:00
|
|
|
## JVM configuration
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
## IMPORTANT: JVM heap size
|
|
|
|
################################################################
|
|
|
|
##
|
|
|
|
## You should always set the min and max JVM heap
|
|
|
|
## size to the same value. For example, to set
|
|
|
|
## the heap to 4 GB, set:
|
|
|
|
##
|
|
|
|
## -Xms4g
|
|
|
|
## -Xmx4g
|
|
|
|
##
|
2023-01-13 12:49:11 +01:00
|
|
|
## See https://www.elastic.co/guide/en/elasticsearch/reference/8.6/advanced-configuration.html
|
2023-01-13 12:22:21 +01:00
|
|
|
## for more information
|
|
|
|
##
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
# Xms represents the initial size of total heap space
|
|
|
|
# Xmx represents the maximum size of total heap space
|
|
|
|
|
|
|
|
-Xms__XMS__
|
|
|
|
-Xmx__XMX__
|