add cache
This commit is contained in:
@@ -85,6 +85,7 @@ services:
|
||||
- --chain=/config/eth-genesis.json
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --discovery.port=10527
|
||||
- --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096}
|
||||
- --engine.memory-block-buffer-target=0
|
||||
- --engine.persistence-threshold=0
|
||||
- --max-inbound-peers=50
|
||||
|
||||
@@ -85,6 +85,7 @@ services:
|
||||
- --chain=/config/eth-genesis.json
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --discovery.port=14467
|
||||
- --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096}
|
||||
- --engine.memory-block-buffer-target=0
|
||||
- --engine.persistence-threshold=0
|
||||
- --full
|
||||
|
||||
@@ -85,6 +85,7 @@ services:
|
||||
- --chain=/config/eth-genesis.json
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --discovery.port=11347
|
||||
- --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096}
|
||||
- --engine.memory-block-buffer-target=0
|
||||
- --engine.persistence-threshold=0
|
||||
- --max-inbound-peers=50
|
||||
|
||||
@@ -85,6 +85,7 @@ services:
|
||||
- --chain=/config/eth-genesis.json
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --discovery.port=12274
|
||||
- --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096}
|
||||
- --engine.memory-block-buffer-target=0
|
||||
- --engine.persistence-threshold=0
|
||||
- --full
|
||||
|
||||
@@ -85,6 +85,7 @@ services:
|
||||
- --chain=/config/eth-genesis.json
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --discovery.port=12881
|
||||
- --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096}
|
||||
- --engine.memory-block-buffer-target=0
|
||||
- --engine.persistence-threshold=0
|
||||
- --max-inbound-peers=50
|
||||
|
||||
@@ -85,6 +85,7 @@ services:
|
||||
- --chain=/config/eth-genesis.json
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --discovery.port=10900
|
||||
- --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096}
|
||||
- --engine.memory-block-buffer-target=0
|
||||
- --engine.persistence-threshold=0
|
||||
- --full
|
||||
|
||||
Reference in New Issue
Block a user