This commit is contained in:
Para Dox
2025-04-11 15:25:55 +07:00
parent 1529bf3bfc
commit 5b87c35356
209 changed files with 1426 additions and 491 deletions

View File

@@ -14,7 +14,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:
@@ -60,7 +60,10 @@ volumes:
ronin-mainnet-ronin-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -68,4 +71,5 @@ x-upstreams:
methods:
disabled:
enabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes

View File

@@ -14,7 +14,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:
@@ -60,7 +60,10 @@ volumes:
ronin-mainnet-ronin-pruned-pebble-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -68,4 +71,5 @@ x-upstreams:
methods:
disabled:
enabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes

View File

@@ -14,7 +14,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:
@@ -60,7 +60,10 @@ volumes:
ronin-saigon-ronin-archive-leveldb-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -68,4 +71,5 @@ x-upstreams:
methods:
disabled:
enabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes

View File

@@ -14,7 +14,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:
@@ -60,7 +60,10 @@ volumes:
ronin-saigon-ronin-pruned-pebble-hash:
x-upstreams:
- chain:
- id: $${ID}
labels:
provider: $${PROVIDER}
chain:
method-groups:
enabled:
- debug
@@ -68,4 +71,5 @@ x-upstreams:
methods:
disabled:
enabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes