heap-size.conf
· 169 B · Text
Raw
# /etc/elasticsearch/jvm.options.d/heap-size.conf
# Below limits Elasticsearch to 1GB memory usage
# It uses 50% of your hosts memory by default otherwise
-Xms1g
-Xmx1g
| 1 | # /etc/elasticsearch/jvm.options.d/heap-size.conf |
| 2 | # Below limits Elasticsearch to 1GB memory usage |
| 3 | # It uses 50% of your hosts memory by default otherwise |
| 4 | -Xms1g |
| 5 | -Xmx1g |
| 6 |