Skip to content

Commit

Permalink
More Erigon batchSize experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 18, 2022
1 parent 502c6ca commit c270b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ services:
- /var/lib/erigon/ee-secret/jwtsecret
- --maxpeers
- ${EL_MAX_PEER_COUNT:-100}
# Reduce memory use so it fits into 16 GiB machines
# Memory use reduction, might not actually have an impact on 1/16
- --batchSize
- 64m
- 128m
command: ${EL_EXTRAS}
volumes:
erigon-el-data:
Expand Down

0 comments on commit c270b17

Please sign in to comment.