Skip to content

Commit

Permalink
Increase memory limit (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Nov 10, 2023
1 parent f94b53d commit d605cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
P2P_PORT: 9612
EXTRA_OPTS: ""
FEE_RECIPIENT_ADDRESS: ""
MEMORY_LIMIT: 4096
MEMORY_LIMIT: 8192
validator:
build:
context: validator
Expand Down

0 comments on commit d605cdc

Please sign in to comment.