Skip to content

Commit a1caecb

Browse files
committed
6g after all
1 parent b5ceee9 commit a1caecb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

default.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ PROXY_EXTRAS=
228228
# to 12g. If left empty, the defaults in besu.yml and teku.yml are used
229229
BESU_HEAP=
230230
TEKU_HEAP=
231-
# Heap for Web3signer. Defaults to -Xmx2g
231+
# Heap for Web3signer. Defaults to -Xmx6g.
232232
W3S_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

web3signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:--Xmx2g}
53+
- JAVA_OPTS=${W3S_HEAP:--Xmx6g}
5454
- NETWORK=${NETWORK}
5555
- PG_ALIAS=${PG_ALIAS:-${NETWORK}-postgres}
5656
networks:

0 commit comments

Comments
 (0)