don't build that doesn't perfrom as good
This commit is contained in:
@@ -30,17 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-mainnet-op-reth-minimal:
|
base-mainnet-op-reth-minimal:
|
||||||
build:
|
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.4.8}
|
||||||
context: ./
|
|
||||||
dockerfile: reth.Dockerfile
|
|
||||||
args:
|
|
||||||
LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm}
|
|
||||||
LLVM_VERSION: ${LLVM_VERSION:-20250514100911}
|
|
||||||
RETH_VERSION: ${BASE_MAINNET_RETH_VERSION:-v1.4.8}
|
|
||||||
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/paradigmxyz/reth}
|
|
||||||
ARCH_TARGET: ${ARCH_TARGET:-native}
|
|
||||||
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
|
|
||||||
BUILD_OP_RETH: true
|
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
@@ -30,17 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-mainnet-op-reth-pruned:
|
base-mainnet-op-reth-pruned:
|
||||||
build:
|
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.4.8}
|
||||||
context: ./
|
|
||||||
dockerfile: reth.Dockerfile
|
|
||||||
args:
|
|
||||||
LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm}
|
|
||||||
LLVM_VERSION: ${LLVM_VERSION:-20250514100911}
|
|
||||||
RETH_VERSION: ${BASE_MAINNET_RETH_VERSION:-v1.4.8}
|
|
||||||
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/paradigmxyz/reth}
|
|
||||||
ARCH_TARGET: ${ARCH_TARGET:-native}
|
|
||||||
PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
|
|
||||||
BUILD_OP_RETH: true
|
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
Reference in New Issue
Block a user