Skip to content

Commit

Permalink
Teku heap to 7g (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Sep 17, 2023
1 parent 05edb1d commit da38b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:--Xmx6g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx7g}
- 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:--Xmx6g}
- JAVA_OPTS=${TEKU_HEAP:--Xmx7g}
- RAPID_SYNC_URL=${RAPID_SYNC_URL}
- JWT_SECRET=${JWT_SECRET}
- MEV_BOOST=${MEV_BOOST}
Expand Down

0 comments on commit da38b2c

Please sign in to comment.