chore(clustertool): tweak patch defaults
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
fs.inotify.max_queued_events: "65536"
|
||||
fs.inotify.max_user_instances: "8192"
|
||||
fs.inotify.max_user_watches: "524288"
|
||||
net.core.rmem_max: "2500000"
|
||||
net.core.wmem_max: "2500000"
|
||||
net.core.rmem_max: 7500000
|
||||
net.core.wmem_max: 7500000
|
||||
user.max_user_namespaces: "11255" # For flatpak support
|
||||
net.core.default_qdisc: fq # 10Gb/s
|
||||
net.ipv4.tcp_congestion_control: bbr # 10Gb/s
|
||||
|
||||
Reference in New Issue
Block a user