Fixed some sysctl values

This commit is contained in:
Jan-Bulthuis 2025-04-18 11:59:36 +02:00
parent aac0926608
commit b7c1710046
1 changed files with 2 additions and 10 deletions

View File

@ -95,16 +95,8 @@
"net.core.wmem_default" = 1048576; "net.core.wmem_default" = 1048576;
"net.core.wmem_max" = 16777216; "net.core.wmem_max" = 16777216;
"net.core.optmem_max" = 65536; "net.core.optmem_max" = 65536;
"net.ipv4.tcp_rmem" = [ "net.ipv4.tcp_rmem" = "4096 1048576 2097152";
4096 "net.ipv4.tpc_wmem" = "4096 65536 16777216";
1048576
2097152
];
"net.ipv4.tpc_wmem" = [
4096
65536
16777216
];
"net.ipv4.udp_rmem_min" = 8192; "net.ipv4.udp_rmem_min" = 8192;
"net.ipv4.udp_wmem_min" = 8192; "net.ipv4.udp_wmem_min" = 8192;
}; };