Skip to content

Instantly share code, notes, and snippets.

@bouroo
bouroo / 60-sysctl.conf
Last active May 26, 2025 03:40
Kernel tuning for dedicated linux server. /etc/sysctl.d/60-sysctl.conf
# /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