dotfiles/.config/sysctl.conf

17 lines
380 B
Text
Raw Normal View History

fs.inotify.max_user_instances = 1024
fs.inotify.max_user_watches = 16384
2019-02-15 11:52:11 +01:00
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
2019-02-13 08:44:52 +01:00
kernel.dmesg_restrict = 0
kernel.sysrq = 1
kernel.unprivileged_userns_clone = 1
2019-02-15 11:52:11 +01:00
net.ipv4.tcp_fin_timeout = 15
net.ipv4.tcp_keepalive_intvl = 15
net.ipv4.tcp_keepalive_probes = 3
2019-02-13 08:44:52 +01:00
net.ipv4.tcp_syncookies = 1
2019-02-15 11:57:49 +01:00
net.ipv4.tcp_tw_reuse = 1
# vim: set ft=cfg: