Skip to content

Commit

Permalink
Bump Teku default heap to 6g (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Mar 31, 2024
1 parent aae8b45 commit 41d2727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion teku-allin1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- jwtsecret:/var/lib/teku/ee-secret
environment:
- JAVA_OPTS=${TEKU_HEAP:--Xmx5g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx6g}
- RAPID_SYNC_URL=${RAPID_SYNC_URL}
- JWT_SECRET=${JWT_SECRET}
- MEV_BOOST=${MEV_BOOST}
Expand Down
2 changes: 1 addition & 1 deletion teku-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- jwtsecret:/var/lib/teku/ee-secret
environment:
- JAVA_OPTS=${TEKU_HEAP:--Xmx5g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx6g}
- RAPID_SYNC_URL=${RAPID_SYNC_URL}
- JWT_SECRET=${JWT_SECRET}
- MEV_BOOST=${MEV_BOOST}
Expand Down
2 changes: 1 addition & 1 deletion teku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- jwtsecret:/var/lib/teku/ee-secret
environment:
- JAVA_OPTS=${TEKU_HEAP:--Xmx5g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx6g}
- RAPID_SYNC_URL=${RAPID_SYNC_URL}
- JWT_SECRET=${JWT_SECRET}
- MEV_BOOST=${MEV_BOOST}
Expand Down

0 comments on commit 41d2727

Please sign in to comment.