diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.d/99-sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sysctl.d/99-sysctl.conf b/etc/sysctl.d/99-sysctl.conf index c6fde05..6d21fda 100644 --- a/etc/sysctl.d/99-sysctl.conf +++ b/etc/sysctl.d/99-sysctl.conf @@ -1,7 +1,7 @@ kernel.sysrq = 1 kernel.dmesg_restrict = 0 kernel.yama.ptrace_scope = 0 -kernel.perf_event_paranoid = 0 +kernel.perf_event_paranoid = -1 net.core.netdev_max_backlog = 16384 net.core.somaxconn = 8192 net.ipv4.tcp_fastopen = 3 |