fix
This commit is contained in:
@@ -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:
|
||||
@@ -28,6 +28,8 @@ services:
|
||||
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//buffalo:/config
|
||||
|
||||
command:
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10384
|
||||
@@ -74,7 +76,10 @@ volumes:
|
||||
core-buffalo-core-pruned-pebble-path:
|
||||
|
||||
x-upstreams:
|
||||
- chain: core-testnet
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: core-testnet
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -82,4 +87,5 @@ x-upstreams:
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
@@ -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:
|
||||
@@ -28,6 +28,8 @@ services:
|
||||
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
command:
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10169
|
||||
@@ -74,7 +76,10 @@ volumes:
|
||||
core-mainnet-core-archive-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
- chain: core
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: core
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -82,4 +87,5 @@ x-upstreams:
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
@@ -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:
|
||||
@@ -28,6 +28,8 @@ services:
|
||||
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
command:
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10169
|
||||
@@ -74,7 +76,10 @@ volumes:
|
||||
core-mainnet-core-pruned-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
- chain: core
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: core
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -82,4 +87,5 @@ x-upstreams:
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
@@ -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:
|
||||
@@ -28,6 +28,8 @@ services:
|
||||
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//pigeon:/config
|
||||
|
||||
command:
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10478
|
||||
@@ -74,7 +76,10 @@ volumes:
|
||||
core-pigeon-core-pruned-pebble-path:
|
||||
|
||||
x-upstreams:
|
||||
- chain: core-pigeon
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: core-pigeon
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -82,4 +87,5 @@ x-upstreams:
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
Reference in New Issue
Block a user