From 2b548929623a3da7aa75290fd372bf31089ce06d Mon Sep 17 00:00:00 2001 From: accolon Date: Fri, 13 Oct 2023 20:51:37 +0200 Subject: [PATCH] Increase JVM memory allocation pool size. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d3d3819..c786b85 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: - cluster.name=parsedmarc - discovery.type=single-node - bootstrap.memory_lock=true - - "ES_JAVA_OPTS=-Xms512m -Xmx512m" + - "ES_JAVA_OPTS=-Xms1g -Xmx1g" - xpack.security.enabled=false # required to prevent warnings in kibana dashboard. Security is not required as we're only operating docker-internally ulimits: memlock: