add cache

This commit is contained in:
goldsquid
2025-09-04 12:41:11 +07:00
parent 1b9835745b
commit 17423f64d9
18 changed files with 18 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ services:
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=10527 - --discovery.port=10527
- --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -85,6 +85,7 @@ services:
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14467 - --discovery.port=14467
- --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -85,6 +85,7 @@ services:
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=11347 - --discovery.port=11347
- --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -85,6 +85,7 @@ services:
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=12274 - --discovery.port=12274
- --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -85,6 +85,7 @@ services:
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=12881 - --discovery.port=12881
- --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -85,6 +85,7 @@ services:
- --chain=/config/eth-genesis.json - --chain=/config/eth-genesis.json
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=10900 - --discovery.port=10900
- --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -58,6 +58,7 @@ services:
- --chain=holesky - --chain=holesky
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=13752 - --discovery.port=13752
- --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,6 +58,7 @@ services:
- --chain=holesky - --chain=holesky
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=11849 - --discovery.port=11849
- --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -58,6 +58,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14563 - --discovery.port=14563
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,6 +58,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14563 - --discovery.port=14563
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,6 +58,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14563 - --discovery.port=14563
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -61,6 +61,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14286 - --discovery.port=14286
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -84,6 +84,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14286 - --discovery.port=14286
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -58,6 +58,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=10150 - --discovery.port=10150
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -58,6 +58,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=10150 - --discovery.port=10150
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -58,6 +58,7 @@ services:
- --chain=mainnet - --chain=mainnet
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=10150 - --discovery.port=10150
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full

View File

@@ -58,6 +58,7 @@ services:
- --chain=sepolia - --chain=sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=14330 - --discovery.port=14330
- --engine.cross-block-cache-size=${ETHEREUM_SEPOLIA_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50

View File

@@ -58,6 +58,7 @@ services:
- --chain=sepolia - --chain=sepolia
- --datadir=/root/.local/share/reth - --datadir=/root/.local/share/reth
- --discovery.port=12150 - --discovery.port=12150
- --engine.cross-block-cache-size=${ETHEREUM_SEPOLIA_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0 - --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0 - --engine.persistence-threshold=0
- --full - --full