This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/sysctl.d/60-sysctl.conf | |
# Generic Web + DB Server Tuning | |
# Based on original by Kawin Viriyaprasopsook <[email protected]> | |
# Apply with: sysctl --system | |
######################## | |
# Kernel & Memory | |
######################## | |
# Reduce console noise from kernel messages | |
kernel.printk = 3 4 1 3 |