Skip to content

Commit

Permalink
FIX: Assign more RAM by default for Teku CC
Browse files Browse the repository at this point in the history
fixes #1901
  • Loading branch information
NeoPlays authored Jun 5, 2024
1 parent 2d99674 commit 922cdd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class TekuBeaconService extends NodeService {
"--log-destination=CONSOLE",
], // command
["/opt/teku/bin/teku"], // entrypoint
{ JAVA_OPTS: "-Xmx4g" }, // env
{ JAVA_OPTS: "-Xmx6g" }, // env
ports, // ports
volumes, // volumes
null, // user
Expand Down

0 comments on commit 922cdd2

Please sign in to comment.