bare-metal: improve QUIC app performance
Alan Pearce alan@alanpearce.eu
Sun, 14 Apr 2024 18:20:43 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
M system/settings/hardware/bare-metal.nix → system/settings/hardware/bare-metal.nix
@@ -38,6 +38,8 @@ "net.ipv4.tcp_congestion_control" = "bbr"; "net.ipv4.tcp_fastopen" = 3; "net.ipv4.tcp_slow_start_after_idle" = 0; "net.ipv4.tcp_mtu_probing" = 1; + "net.core.rmem_max" = 2500000; + "net.core.wmem_max" = 2500000; }; zramSwap = {