diff --git a/rootfs/standard/etc/sysctl.conf b/rootfs/standard/etc/sysctl.conf index 5581a3c3..addc58df 100644 --- a/rootfs/standard/etc/sysctl.conf +++ b/rootfs/standard/etc/sysctl.conf @@ -73,10 +73,13 @@ net.ipv4.ip_forward=1 # Protects against creating or following links under certain conditions # Debian kernels have both set to 1 (restricted) # See https://www.kernel.org/doc/Documentation/sysctl/fs.txt -#fs.protected_hardlinks=0 +#fs.protected_hardlinks=/ /0C #fs.protected_symlinks=0 # Disable IPv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 -net.ipv6.conf.lo.disable_ipv6 = 1 \ No newline at end of file +net.ipv6.conf.lo.disable_ipv6 = 1 + +# Don't swap so much +vm.swappiness=10 \ No newline at end of file