File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ PROXY_EXTRAS=
228228# to 12g. If left empty, the defaults in besu.yml and teku.yml are used
229229BESU_HEAP =
230230TEKU_HEAP =
231- # Heap for Web3signer. Defaults to -Xmx4g; - Xmx2g should also work in many setups
231+ # Heap for Web3signer. Defaults to -Xmx2g
232232W3S_HEAP =
233233# Heap for Lodestar. Sets NODE_OPTIONS to this value, for example --max-old-space-size=16384
234234# If left empty, the default in lodestar.yml will be used
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ services:
5050 - web3signer-keys:/var/lib/web3signer
5151 - /etc/localtime:/etc/localtime:ro
5252 environment :
53- - JAVA_OPTS=${W3S_HEAP:--Xmx6g }
53+ - JAVA_OPTS=${W3S_HEAP:--Xmx2g }
5454 - NETWORK=${NETWORK}
5555 - PG_ALIAS=${PG_ALIAS:-${NETWORK}-postgres}
5656 networks :
You can’t perform that action at this time.
0 commit comments