[ES] Increase JVM heap size

This commit is contained in:
thopic 2021-06-10 14:51:27 +02:00
parent 54431b2543
commit 45797d538a
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -9,7 +9,7 @@ services:
- node.name=es01
- discovery.type=single-node
# - bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "ES_JAVA_OPTS=-Xms2g -Xmx2g"
ulimits:
memlock:
soft: -1