mirror of
https://github.com/valitydev/es-template-validate.git
synced 2024-11-06 02:25:20 +00:00
jvm memory reduced
This commit is contained in:
parent
fba12fcd56
commit
698c3e96f1
@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- cluster.name=es-test-cluster
|
- cluster.name=es-test-cluster
|
||||||
- bootstrap.memory_lock=true
|
- bootstrap.memory_lock=true
|
||||||
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
|
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
|
Loading…
Reference in New Issue
Block a user