##// END OF EJS Templates
fix(elasticsearch): tune options for ES cluster to work properly under docker
super-admin -
Show More
@@ -165,6 +165,9 b' services:'
165 - network.host=0.0.0.0
165 - network.host=0.0.0.0
166 - bootstrap.memory_lock=true
166 - bootstrap.memory_lock=true
167 - discovery.type=single-node
167 - discovery.type=single-node
168 - cluster.routing.allocation.disk.threshold_enabled=false
169 - cluster.name=rhodecode-elasticsearch
170 - xpack.security.enabled=false
168 - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
171 - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
169 env_file:
172 env_file:
170 - ${RC_ENV_FILE:?must-specify-rc-env-file}
173 - ${RC_ENV_FILE:?must-specify-rc-env-file}
General Comments 0
You need to be logged in to leave comments. Login now