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:
|
||||
@@ -61,7 +61,10 @@ volumes:
|
||||
rootstock-bamboo-rskj-archive:
|
||||
|
||||
x-upstreams:
|
||||
- chain: rootstock
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: rootstock
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -69,4 +72,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:
|
||||
@@ -29,6 +29,8 @@ services:
|
||||
- ${ROOTSTOCK_MAINNET_RSKJ_ARCHIVE_DATA:-rootstock-mainnet-rskj-archive}:/var/lib/rsk/database/mainnet
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -61,7 +63,10 @@ volumes:
|
||||
rootstock-mainnet-rskj-archive:
|
||||
|
||||
x-upstreams:
|
||||
- chain: rootstock
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: rootstock
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -69,4 +74,5 @@ x-upstreams:
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
Reference in New Issue
Block a user