Disk vs Memory Tuning

Match workload.

Overview

Disk and memory tuning matches kernel and database settings to the actual IO and memory profile of the workload. Blanket sysctl changes copied from blog posts produce surprises; profile-driven changes produce performance.

The approach

Three habits keep the tuning honest: profile first, size the database buffer pool deliberately, and monitor page-cache utilisation as a standing signal.

Why this compounds

Each tuned host produces ongoing performance benefit. Patterns transfer across the fleet; new hosts ship with the right settings rather than the distribution defaults.