From b621df03e35d16f689df0c694851224cffb0968c Mon Sep 17 00:00:00 2001 From: goldsquid Date: Thu, 2 Oct 2025 13:16:17 +0700 Subject: [PATCH] lfg --- clone-node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clone-node.sh b/clone-node.sh index 1f947ac9..554ea8d0 100755 --- a/clone-node.sh +++ b/clone-node.sh @@ -317,8 +317,8 @@ main() { # Need at least 20MB for 1Gbps at 154ms, using 64MB for headroom sudo sysctl -w net.core.rmem_max=67108864 # Was 8MB, now 64MB sudo sysctl -w net.core.wmem_max=67108864 # Was 8MB, now 64MB - sudo sysctl -w net.ipv4.tcp_rmem=4096 87380 67108864 # Was 8MB max, now 64MB - sudo sysctl -w net.ipv4.tcp_wmem=4096 87380 67108864 # Was 8MB max, now 64MB + sudo sysctl -w net.ipv4.tcp_rmem='4096 87380 67108864' # Was 8MB max, now 64MB + sudo sysctl -w net.ipv4.tcp_wmem='4096 87380 67108864' # Was 8MB max, now 64MB # Optional but helpful for high-latency sudo sysctl -w net.ipv4.tcp_mtu_probing=1