Skip to content

Commit

Permalink
Merge pull request #264 from yorickdowne/main
Browse files Browse the repository at this point in the history
Safer values for Teku on 8 GiB machines
  • Loading branch information
yorickdowne committed Jun 16, 2021
2 parents a96ff14 + e0e89b2 commit 434a8eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ If we've helped you out, in-person or by creating this project, a tip will be ve

# Version

This is eth-docker v1.3.3.1
This is eth-docker v1.3.3.2
2 changes: 1 addition & 1 deletion teku-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
- JAVA_OPTS=-XX:SoftMaxHeapSize=1g
- JAVA_OPTS=-XX:SoftMaxHeapSize=2g -Xmx4g
ports:
- ${TEKU_PORT}:${TEKU_PORT}/tcp
- ${TEKU_PORT}:${TEKU_PORT}/udp
Expand Down
2 changes: 1 addition & 1 deletion teku-consensus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
- JAVA_OPTS=-XX:SoftMaxHeapSize=1g
- JAVA_OPTS=-XX:SoftMaxHeapSize=2g -Xmx4g
ports:
- ${TEKU_PORT}:${TEKU_PORT}/tcp
- ${TEKU_PORT}:${TEKU_PORT}/udp
Expand Down

0 comments on commit 434a8eb

Please sign in to comment.