diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-20 13:22:54 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-20 13:22:54 +0200 |
commit | 568bd0cb71c5a358d78559959a6761d6f4f26481 (patch) | |
tree | 00b5d75870e21a5cf52ccc3d135f4f1b258a2977 /modules/base.nix | |
parent | Add unit tests container (diff) | |
download | Rory-Open-Architecture-568bd0cb71c5a358d78559959a6761d6f4f26481.tar.xz |
Comment out some kernel options
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-x | modules/base.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/base.nix b/modules/base.nix index bc0f3b7..35a0b17 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -32,8 +32,8 @@ "net.core.wmem_default=1048576" "net.core.wmem_max=16777216" "net.core.optmem_max=65536" - "net.ipv4.tcp_rmem=4096 1048576 2097152" - "net.ipv4.tcp_wmem=4096 65536 16777216" + #"net.ipv4.tcp_rmem=4096 1048576 2097152" + #"net.ipv4.tcp_wmem=4096 65536 16777216" "net.ipv4.udp_rmem_min=4096" "net.ipv4.udp_wmem_min=4096" "net.ipv4.tcp_fastopen=3" |