sysctl.d, preparing for realtime support
This commit is contained in:
parent
d8e969e9e5
commit
f51dfa1e90
2 changed files with 13 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
"kernel.printk" = "3 3 3 3";
|
||||
"kernel.sysrq" = "4";
|
||||
"kernel.unprivileged_bpf_disabled" = "1";
|
||||
"kernel.yama.ptrace_scope " = " 0";
|
||||
"kernel.yama.ptrace_scope" = "0";
|
||||
"net.core.bpf_jit_harden" = "2";
|
||||
"net.ipv4.conf.all.accept_redirects" = "0";
|
||||
"net.ipv4.conf.all.accept_source_route" = "0";
|
||||
|
@ -30,7 +30,7 @@
|
|||
"net.ipv4.tcp_rfc1337" = "1";
|
||||
"net.ipv4.tcp_sack" = "0";
|
||||
"net.ipv4.tcp_syncookies" = "1";
|
||||
"net.ipv4.tcp_timestamps" = "0";
|
||||
"net.ipv4.tcp_timestamps" = "1";
|
||||
"net.ipv6.conf.all.accept_ra" = "0";
|
||||
"net.ipv6.conf.all.accept_redirects" = "0";
|
||||
"net.ipv6.conf.all.accept_source_route" = "0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue