nixos/shill: Remove some network sysctls
This commit is contained in:
parent
17b0f9e3de
commit
ee7b79c686
@ -45,9 +45,9 @@
|
|||||||
"net.core.rmem_max" = "4194304"; # 4MB
|
"net.core.rmem_max" = "4194304"; # 4MB
|
||||||
"net.core.wmem_max" = "1048576"; # 1MB
|
"net.core.wmem_max" = "1048576"; # 1MB
|
||||||
"net.ipv4.ip_local_port_range" = "16384 65535";
|
"net.ipv4.ip_local_port_range" = "16384 65535";
|
||||||
"net.netfilter.nf_conntrack_generic_timeout" = 60;
|
#"net.netfilter.nf_conntrack_generic_timeout" = 60;
|
||||||
"net.netfilter.nf_conntrack_tcp_timeout_established" = 600;
|
#"net.netfilter.nf_conntrack_tcp_timeout_established" = 600;
|
||||||
"net.netfilter.nf_conntrack_tcp_timeout_time_wait" = 1;
|
#"net.netfilter.nf_conntrack_tcp_timeout_time_wait" = 1;
|
||||||
"net.netfilter.nf_conntrack_max" = 1048576;
|
"net.netfilter.nf_conntrack_max" = 1048576;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user