lets try without cache

This commit is contained in:
Para Dox
2025-06-16 18:38:49 +07:00
parent 5a8ec581b2
commit e843ac2fb7
17 changed files with 34 additions and 17 deletions

View File

@@ -74,7 +74,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -74,7 +74,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -74,7 +74,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -74,7 +74,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -74,7 +74,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -74,7 +74,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -61,7 +61,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -84,7 +84,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics=0.0.0.0:9001 - --metrics=0.0.0.0:9001

View File

@@ -58,7 +58,8 @@ 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.persistence-threshold=0
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50