Skip to content

Commit

Permalink
bump max heap to 10g from 6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexpeterson91 authored Nov 26, 2023
1 parent 787014d commit b050838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b050838

Please sign in to comment.