Skip to content

Instantly share code, notes, and snippets.

@bouroo
bouroo / 60-sysctl.conf
Last active January 20, 2026 17:11
Kernel tuning for dedicated linux server. /etc/sysctl.d/60-sysctl.conf
################################################################################
# /etc/sysctl.d/60-sysctl.conf
# Performance-Optimized Kernel Tuning for Web + DB Servers
# Apply with: sysctl --system
# Impact: Focused on >5% performance gains for high-concurrency workloads
################################################################################
################################################################################
# MEMORY MANAGEMENT
################################################################################