File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,16 +14,12 @@ ADDITIONAL_ARGS=""
1414OP_GETH_GCMODE=" ${OP_GETH_GCMODE:- full} "
1515OP_GETH_SYNCMODE=" ${OP_GETH_SYNCMODE:- full} "
1616
17- # Add cache and txpool optimizations with defaults
17+ # Add cache optimizations with defaults
1818GETH_CACHE=" ${GETH_CACHE:- 20480} "
1919GETH_CACHE_DATABASE=" ${GETH_CACHE_DATABASE:- 20} "
2020GETH_CACHE_GC=" ${GETH_CACHE_GC:- 12} "
2121GETH_CACHE_SNAPSHOT=" ${GETH_CACHE_SNAPSHOT:- 24} "
2222GETH_CACHE_TRIE=" ${GETH_CACHE_TRIE:- 44} "
23- GETH_TXPOOL_GLOBALQUEUE=" ${GETH_TXPOOL_GLOBALQUEUE:- 6144} "
24- GETH_TXPOOL_GLOBALSLOTS=" ${GETH_TXPOOL_GLOBALSLOTS:- 30072} "
25- GETH_TXPOOL_LIFETIME=" ${GETH_TXPOOL_LIFETIME:- 10m} "
26- TXPOOL_PRICE_LIMIT=" ${TXPOOL_PRICE_LIMIT:- 50} "
2723
2824if [[ -z " $OP_NODE_NETWORK " ]]; then
2925 echo " expected OP_NODE_NETWORK to be set" 1>&2
@@ -89,4 +85,4 @@ exec ./geth \
8985 --cache.gc=" $GETH_CACHE_GC " \
9086 --cache.snapshot=" $GETH_CACHE_SNAPSHOT " \
9187 --cache.trie=" $GETH_CACHE_TRIE " \
92- $ADDITIONAL_ARGS # intentionally unquoted
88+ $ADDITIONAL_ARGS # intentionally unquoted
You can’t perform that action at this time.
0 commit comments