From c23a4e4cae9d3bdc06c1bd8669382fdcef51e117 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Wed, 10 Jan 2024 18:16:35 +0100 Subject: [PATCH] fix: increase db size for geth --- src/package_io/constants.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package_io/constants.star b/src/package_io/constants.star index 34660efb7..422d46a70 100644 --- a/src/package_io/constants.star +++ b/src/package_io/constants.star @@ -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