From 4c7d911bf36434758ba41f743c108a9a93ee6858 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:54:59 +0100 Subject: [PATCH] fix --- op-bnb/scripts/op-geth-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-bnb/scripts/op-geth-start.sh b/op-bnb/scripts/op-geth-start.sh index 4bdaef5d..60a798cc 100755 --- a/op-bnb/scripts/op-geth-start.sh +++ b/op-bnb/scripts/op-geth-start.sh @@ -43,7 +43,7 @@ exec geth \ --maxpeers=10 \ --networkid=$CHAIN_ID \ --miner.gaslimit=150000000 \ - --triesInMemory=32 \ +# --triesInMemory=32 \ --txpool.globalslots=10000 \ --txpool.globalqueue=5000 \ --cache 6000 \