Commit 0c679985 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: increase db size for geth (#453)

parent f9243ea8
...@@ -147,7 +147,7 @@ VOLUME_SIZE = { ...@@ -147,7 +147,7 @@ VOLUME_SIZE = {
"lodestar_volume_size": 100000, # 100GB "lodestar_volume_size": 100000, # 100GB
}, },
"kurtosis": { "kurtosis": {
"geth_volume_size": 3000, # 3GB "geth_volume_size": 5000, # 5GB
"erigon_volume_size": 3000, # 3GB "erigon_volume_size": 3000, # 3GB
"nethermind_volume_size": 3000, # 3GB "nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB "besu_volume_size": 3000, # 3GB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment