Skip to content

Commit

Permalink
Reduce Teku default heap to 4g (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 4, 2023
1 parent cc56286 commit 952f65c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion teku-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- jwtsecret:/var/lib/teku/ee-secret
environment:
- JAVA_OPTS=${TEKU_HEAP:--Xmx6g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx4g}
- RAPID_SYNC_URL=${RAPID_SYNC_URL}
- JWT_SECRET=${JWT_SECRET}
- MEV_BOOST=${MEV_BOOST}
Expand Down
2 changes: 1 addition & 1 deletion teku-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- teku-data:/var/lib/teku
- /etc/localtime:/etc/localtime:ro
environment:
- JAVA_OPTS=${TEKU_HEAP:--XX:SoftMaxHeapSize=2g -Xmx5g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx2g}
- MEV_BOOST=${MEV_BOOST}
- VC_EXTRAS=${VC_EXTRAS:-}
- DOPPELGANGER=${DOPPELGANGER:-}
Expand Down
2 changes: 1 addition & 1 deletion teku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- jwtsecret:/var/lib/teku/ee-secret
environment:
- JAVA_OPTS=${TEKU_HEAP:--Xmx6g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx4g}
- RAPID_SYNC_URL=${RAPID_SYNC_URL}
- JWT_SECRET=${JWT_SECRET}
- MEV_BOOST=${MEV_BOOST}
Expand Down

0 comments on commit 952f65c

Please sign in to comment.