fix
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||
net.core.somaxconn: 32768 # Higher connection queue
|
||||
# Memory/Connection Management
|
||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||
expose:
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
volumes:
|
||||
- ./berachain/scripts/init.sh:/init.sh
|
||||
- ${BERACHAIN_BEPOLIA_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-bepolia-reth-archive-trace_node}:/root/.beacond/data
|
||||
- ./berachain/bepolia/config:/root/.beacond/config
|
||||
- ./berachain/bepolia:/root/.beacond/config
|
||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -101,7 +101,10 @@ volumes:
|
||||
berachain-bepolia-reth-archive-trace_node:
|
||||
|
||||
x-upstreams:
|
||||
- chain: berachain-bepolia
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: berachain-bepolia
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -109,4 +112,5 @@ x-upstreams:
|
||||
- trace
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
net.ipv4.tcp_wmem: 4096 87380 16777216 # Increase TCP write buffers
|
||||
net.core.somaxconn: 32768 # Higher connection queue
|
||||
# Memory/Connection Management
|
||||
net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||
# net.core.netdev_max_backlog: 50000 # Increase network buffer
|
||||
net.ipv4.tcp_max_syn_backlog: 30000 # More SYN requests
|
||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||
expose:
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
volumes:
|
||||
- ./berachain/scripts/init.sh:/init.sh
|
||||
- ${BERACHAIN_MAINNET_RETH_ARCHIVE_TRACE__NODE_DATA:-berachain-mainnet-reth-archive-trace_node}:/root/.beacond/data
|
||||
- ./berachain/mainnet/config:/root/.beacond/config
|
||||
- ./berachain/mainnet:/root/.beacond/config
|
||||
- .jwtsecret:/root/.beacond/config/jwt.hex:ro
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -101,7 +101,10 @@ volumes:
|
||||
berachain-mainnet-reth-archive-trace_node:
|
||||
|
||||
x-upstreams:
|
||||
- chain: berachain
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: berachain
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -109,4 +112,5 @@ x-upstreams:
|
||||
- trace
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
Reference in New Issue
Block a user