Add the following to /etc/elasticsearch/jvm.options.d/custom.options
:
-Xms2g
-Xmx2g
According to official documentation you should avoid adding custom options directly in jvm.options
.
Add the following to /etc/elasticsearch/jvm.options.d/custom.options
:
-Xms2g
-Xmx2g
According to official documentation you should avoid adding custom options directly in jvm.options
.