We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ceee9 commit a1caecbCopy full SHA for a1caecb
2 files changed
default.env
@@ -228,7 +228,7 @@ PROXY_EXTRAS=
228
# to 12g. If left empty, the defaults in besu.yml and teku.yml are used
229
BESU_HEAP=
230
TEKU_HEAP=
231
-# Heap for Web3signer. Defaults to -Xmx2g
+# Heap for Web3signer. Defaults to -Xmx6g.
232
W3S_HEAP=
233
# Heap for Lodestar. Sets NODE_OPTIONS to this value, for example --max-old-space-size=16384
234
# If left empty, the default in lodestar.yml will be used
web3signer.yml
@@ -50,7 +50,7 @@ services:
50
- web3signer-keys:/var/lib/web3signer
51
- /etc/localtime:/etc/localtime:ro
52
environment:
53
- - JAVA_OPTS=${W3S_HEAP:--Xmx2g}
+ - JAVA_OPTS=${W3S_HEAP:--Xmx6g}
54
- NETWORK=${NETWORK}
55
- PG_ALIAS=${PG_ALIAS:-${NETWORK}-postgres}
56
networks:
0 commit comments