Skip to content

Instantly share code, notes, and snippets.

@bouroo
bouroo / 60-sysctl.conf
Last active November 25, 2025 16:15
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 <kawin.v@kkumail.com>
# Apply with: sysctl --system
########################
# Kernel & Memory
########################
# Reduce console noise from kernel messages
kernel.printk = 3 4 1 3