/etc/sysctl.conf
/etc/sysctl.conf
/etc/sysctl.conf# Example setting to increase the maximum number of open files fs.file-max = 65535 # Example setting to improve network performance net.core.rmem_default = 262144 net.core.wmem_default = 262144
/etc/sysctl.d/
/etc/sysctl.d/# Custom setting for TCP window scaling net.ipv4.tcp_window_scaling = 1# Harden kernel security kernel.dmesg_restrict = 1
Best Practices
Last updated