1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- kernel.panic_on_oops = 1
- kernel.panic = 1
- net.ipv4.icmp_errors_use_inbound_ifaddr = 1
- net.ipv4.udp_l3mdev_accept = 1
- net.ipv4.tcp_l3mdev_accept = 1
- net.ipv4.neigh.default.gc_thresh1 = 4096
- net.ipv4.neigh.default.gc_thresh2 = 8192
- net.ipv4.neigh.default.gc_thresh3 = 16384
- net.ipv6.neigh.default.gc_thresh1 = 4096
- net.ipv6.neigh.default.gc_thresh2 = 8192
- net.ipv6.neigh.default.gc_thresh3 = 16384
- net.netfilter.nf_conntrack_max = 16777216
- net.ipv4.netfilter.ip_conntrack_tcp_be_liberal = 1
- net.bridge.bridge-nf-call-iptables = 0
- net.bridge.bridge-nf-call-ip6tables = 0
- net.bridge.bridge-nf-call-arptables = 0
- vm.swappiness = 1
|