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 \