Skip to content

Commit

Permalink
fix: increase db size for geth (ethpandaops#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jan 10, 2024
1 parent f9243ea commit 0c67998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ VOLUME_SIZE = {
"lodestar_volume_size": 100000, # 100GB
},
"kurtosis": {
"geth_volume_size": 3000, # 3GB
"geth_volume_size": 5000, # 5GB
"erigon_volume_size": 3000, # 3GB
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
Expand Down

0 comments on commit 0c67998

Please sign in to comment.