From b050838a4c4126f3545a85c56f0fa43a02a6c247 Mon Sep 17 00:00:00 2001 From: Voss Date: Sat, 25 Nov 2023 20:08:21 -0600 Subject: [PATCH] bump max heap to 10g from 6 bumping max heap size to 10g testing with lower values, 6g, 8g no improvement but when i made the max 10 and removed the low end everything started working for me again. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 105e3ac..1df450f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: args: UPSTREAM_VERSION: 23.11.0 environment: - JAVA_OPTS: "-Xmx6g -Xms128m" + JAVA_OPTS: "-Xmx10g -Xms128m" EXTRA_OPTS: "" volumes: - "web3signer_data:/data"