dotfiles/.config/sysctl.conf

20 lines
450 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
2024-10-14 09:10:16 +02:00
vm.dirty_expire_centisecs = 3000
vm.dirty_writeback_centisecs = 3000
# vim: set ft=cfg: