Skip to content

Commit

Permalink
Merge pull request #263 from yorickdowne/main
Browse files Browse the repository at this point in the history
Teku soft max heap to 1g
  • Loading branch information
yorickdowne authored Jun 16, 2021
2 parents b5ae102 + f8da080 commit a96ff14
Showing 1 changed file with 1 addition and 1 deletion.
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=2g
- JAVA_OPTS=-XX:SoftMaxHeapSize=1g
ports:
- ${TEKU_PORT}:${TEKU_PORT}/tcp
- ${TEKU_PORT}:${TEKU_PORT}/udp
Expand Down

0 comments on commit a96ff14

Please sign in to comment.