We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b8377 commit b54cb9fCopy full SHA for b54cb9f
compose.yml
@@ -146,7 +146,7 @@ services:
146
- cluster.name=os-docker-cluster # Search cluster name
147
- node.name=gally-search-node # Name the node that will run in this container
148
- discovery.type=single-node
149
- - OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g # Set min and max JVM heap sizes to at least 50% of system RAM
+ - OPENSEARCH_JAVA_OPTS=-Xms2g -Xmx2g # Set min and max JVM heap sizes to at least 50% of system RAM
150
- bootstrap.memory_lock=true # Disable JVM heap memory swapping
151
- cluster.routing.allocation.disk.threshold_enabled=false # Avoid ES going read-only because low disk space availability
152
- plugins.ml_commons.only_run_on_ml_node=false
0 commit comments