diff --git a/berachain/reth/berachain-bartio-reth-archive-trace.yml b/berachain/reth/berachain-bartio-reth-archive-trace.yml index 99a9e7aa..d49eae8a 100644 --- a/berachain/reth/berachain-bartio-reth-archive-trace.yml +++ b/berachain/reth/berachain-bartio-reth-archive-trace.yml @@ -74,7 +74,8 @@ 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 - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/berachain/reth/berachain-bartio-reth-pruned-trace.yml b/berachain/reth/berachain-bartio-reth-pruned-trace.yml index 443e0424..b94e1a11 100644 --- a/berachain/reth/berachain-bartio-reth-pruned-trace.yml +++ b/berachain/reth/berachain-bartio-reth-pruned-trace.yml @@ -74,7 +74,8 @@ 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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/berachain/reth/berachain-bepolia-reth-archive-trace.yml b/berachain/reth/berachain-bepolia-reth-archive-trace.yml index 86f0be53..25a32cd1 100644 --- a/berachain/reth/berachain-bepolia-reth-archive-trace.yml +++ b/berachain/reth/berachain-bepolia-reth-archive-trace.yml @@ -74,7 +74,8 @@ 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 - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/berachain/reth/berachain-bepolia-reth-pruned-trace.yml b/berachain/reth/berachain-bepolia-reth-pruned-trace.yml index b05f5097..04b3102c 100644 --- a/berachain/reth/berachain-bepolia-reth-pruned-trace.yml +++ b/berachain/reth/berachain-bepolia-reth-pruned-trace.yml @@ -74,7 +74,8 @@ 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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/berachain/reth/berachain-mainnet-reth-archive-trace.yml b/berachain/reth/berachain-mainnet-reth-archive-trace.yml index c8a67abd..bcbba39b 100644 --- a/berachain/reth/berachain-mainnet-reth-archive-trace.yml +++ b/berachain/reth/berachain-mainnet-reth-archive-trace.yml @@ -74,7 +74,8 @@ 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 - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/berachain/reth/berachain-mainnet-reth-pruned-trace.yml b/berachain/reth/berachain-mainnet-reth-pruned-trace.yml index f7b3197a..a691eb79 100644 --- a/berachain/reth/berachain-mainnet-reth-pruned-trace.yml +++ b/berachain/reth/berachain-mainnet-reth-pruned-trace.yml @@ -74,7 +74,8 @@ 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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml index 270e30b0..724311c4 100644 --- a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml @@ -58,7 +58,8 @@ services: - --chain=holesky - --datadir=/root/.local/share/reth - --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-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml index ddfdc340..0029876e 100644 --- a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml @@ -58,7 +58,8 @@ services: - --chain=holesky - --datadir=/root/.local/share/reth - --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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml index 852548e6..35cd8004 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml @@ -58,7 +58,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml index bf6e328b..37c3e3eb 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml @@ -58,7 +58,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index a83ec663..44a46d8f 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -58,7 +58,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml index 9cfefb4a..56548a09 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml @@ -61,7 +61,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index a5ae66a8..e4614026 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -84,7 +84,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml index cab66122..90012c0a 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml @@ -58,7 +58,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index 37e93a4a..39a69931 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -58,7 +58,8 @@ services: - --chain=mainnet - --datadir=/root/.local/share/reth - --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 - --max-inbound-peers=50 - --max-outbound-peers=50 diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index 05aeed8a..7dc29772 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -58,7 +58,8 @@ services: - --chain=sepolia - --datadir=/root/.local/share/reth - --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-outbound-peers=50 - --metrics=0.0.0.0:9001 diff --git a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml index 27db8765..8e97ac84 100644 --- a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml @@ -58,7 +58,8 @@ services: - --chain=sepolia - --datadir=/root/.local/share/reth - --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 - --max-inbound-peers=50 - --max-outbound-peers=50