mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Returned mem limits for opensearch to original setting
This commit is contained in:
@@ -192,7 +192,7 @@ services:
|
|||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
environment:
|
environment:
|
||||||
- bootstrap.memory_lock=true
|
- bootstrap.memory_lock=true
|
||||||
- OPENSEARCH_JAVA_OPTS=-Xms256m -Xmx256m
|
- OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m
|
||||||
- DISABLE_INSTALL_DEMO_CONFIG=true
|
- DISABLE_INSTALL_DEMO_CONFIG=true
|
||||||
- DISABLE_SECURITY_PLUGIN=true
|
- DISABLE_SECURITY_PLUGIN=true
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
@@ -203,7 +203,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
mem_limit: 1g
|
mem_limit: 2g
|
||||||
ports:
|
ports:
|
||||||
- "9200:9200"
|
- "9200:9200"
|
||||||
- "9600:9600"
|
- "9600:9600"
|
||||||
|
|||||||
Reference in New Issue
Block a user