Skip to content

Commit

Permalink
Remove initial heap size (#77)
Browse files Browse the repository at this point in the history
* Remove initial heap size

* Set 6GB as max heap size
  • Loading branch information
dappnodedev authored Nov 27, 2023
1 parent e7703e7 commit 6543f5a
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: "-Xmx10g -Xms128m"
JAVA_OPTS: "-Xmx6g"
EXTRA_OPTS: ""
volumes:
- "web3signer_data:/data"
Expand Down

0 comments on commit 6543f5a

Please sign in to comment.