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:
|
||||
@@ -29,6 +29,8 @@ services:
|
||||
- ${VICTION_MAINNET_NODE_ARCHIVE_LEVELDB_HASH_DATA:-viction-mainnet-node-archive-leveldb-hash}:/tomochain/data
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
environment:
|
||||
EXTIP: ${IP}
|
||||
P2P_PORT: 10670
|
||||
@@ -71,7 +73,10 @@ volumes:
|
||||
viction-mainnet-node-archive-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
- chain: viction
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: viction
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -79,4 +84,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:
|
||||
- ${VICTION_MAINNET_NODE_PRUNED_LEVELDB_HASH_DATA:-viction-mainnet-node-pruned-leveldb-hash}:/tomochain/data
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
environment:
|
||||
EXTIP: ${IP}
|
||||
P2P_PORT: 10670
|
||||
@@ -71,7 +73,10 @@ volumes:
|
||||
viction-mainnet-node-pruned-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
- chain: viction
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: viction
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -79,4 +84,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:
|
||||
- ${VICTION_TESTNET_NODE_ARCHIVE_LEVELDB_HASH_DATA:-viction-testnet-node-archive-leveldb-hash}:/tomochain/data
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//testnet:/config
|
||||
|
||||
environment:
|
||||
EXTIP: ${IP}
|
||||
P2P_PORT: 10254
|
||||
@@ -71,7 +73,10 @@ volumes:
|
||||
viction-testnet-node-archive-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
- chain: viction-testnet
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: viction-testnet
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -79,4 +84,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:
|
||||
- ${VICTION_TESTNET_NODE_PRUNED_LEVELDB_HASH_DATA:-viction-testnet-node-pruned-leveldb-hash}:/tomochain/data
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//testnet:/config
|
||||
|
||||
environment:
|
||||
EXTIP: ${IP}
|
||||
P2P_PORT: 10254
|
||||
@@ -71,7 +73,10 @@ volumes:
|
||||
viction-testnet-node-pruned-leveldb-hash:
|
||||
|
||||
x-upstreams:
|
||||
- chain: viction-testnet
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
chain: viction-testnet
|
||||
method-groups:
|
||||
enabled:
|
||||
- debug
|
||||
@@ -79,4 +84,5 @@ x-upstreams:
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
Reference in New Issue
Block a user