Performance
Articles in Performance.
Blog posts
How to Limit Migration and Backup Bandwidth in Proxmox VE (Stop It From Saturating Your Network)
Nightly backups and daytime migrations can max out a shared network link and slow down everything else. Here's how to set real bandwidth limits in Proxmox VE, from the datacenter-wide bwlimit dialog to per-job CLI overrides and the separate per-VM rate limit.
How to Use KSM (Kernel Samepage Merging) in Proxmox VE to Save RAM on Multiple VMs
KSM quietly deduplicates identical memory pages across similar VMs on a Proxmox VE host. Here's what it actually does, how to check if it's saving you RAM, and how to disable it node-wide or per VM.
How to Benchmark Your Proxmox VE Storage With fio (A Beginner's Guide to Testing Disk Performance)
Your Summary tab graphs won't tell you real IOPS or throughput. Here's how to install fio, run a random-write and a sequential-write test, and read the output without guessing what the numbers mean.
How to Limit CPU Usage for a VM or LXC Container in Proxmox VE (cpulimit vs cpuunits Explained)
Learn the difference between cpulimit and cpuunits in Proxmox VE, and how to use each one to stop a single VM or LXC container from hogging your host's CPU.
How to Limit Disk I/O (Bandwidth and IOPS) for a Virtual Machine in Proxmox VE
One noisy VM can slow down every other guest on shared storage. Here is how to cap read/write speed and IOPS per disk in Proxmox VE, from the GUI and the qm command line.