Why Is My Contabo VPS So Slow? Disk Throttle vs CPU Steal

By Marcus Tran · Updated 2026 · tracking the low-end market since 2018

Affiliate disclosure: some links below are affiliate links. This explainer is built from community benchmarking (LowEndTalk) and Contabo's published terms.

You bought a Contabo VPS with 8GB of RAM and 4 cores for the price of a 1GB box elsewhere, and it feels sluggish. Pages hang, the database crawls, an apt upgrade takes forever. You check CPU and RAM usage and they're barely touched. So what's wrong? It comes down to two things the spec sheet never mentions, and which one you've hit depends on your plan: disk IOPS on the old SSD line, or CPU steal on the NVMe line. Below is how to tell which, and what to do about each.

Short answer: two suspects, and which one depends on your plan. If you're on Contabo's older SSD line, the disk is throttled to roughly 1,300 IOPS (~4-5 MB/s on 4K random), a quarter of a normal SATA SSD, and that's your bottleneck. If you're on the NVMe line (which benchmarks at 33k-46k IOPS, fast), the slowness is almost certainly CPU steal from an oversold node, not disk. Two-minute diagnosis below tells you which.

Cause #1: the SSD-line disk throttle

The classic cause, and still the most common, is the disk throttle on Contabo's older SSD line. Community benchmarking on LowEndTalk consistently shows it limited to roughly 1,300 IOPS, about 4-5 MB/s on 4K random I/O, despite NVMe-style branding. A normal SATA datacenter SSD does several times that. One user tracked the decline: from around 27 MB/s a few years ago to about 7.8 MB/s on the same kind of plan. Important: this throttle is specific to the SSD line, Contabo's NVMe line benchmarks at 33k-46k IOPS and does not have this problem. So step one is knowing which line you bought.

Why does the SSD-line throttle make a "powerful" box feel slow? Because most everyday server work is small, random reads and writes, not big sequential transfers. A database looking up rows, a web app reading config and writing logs, a package manager unpacking thousands of small files, all of that is 4K random I/O, which is exactly what's capped. Your 8GB of RAM sits mostly idle while everything waits in line for the disk. (If you're on the NVMe line and still slow, skip to cause #2: CPU steal.)

If your box is on the SSD line, this is your ceiling Contabo 4K random read IOPS · source: VPSBenchmarks ~1,300Jan 2023SSD line ~1,325Sep 2024SSD line ~12,200Jan 2026SSD line ~33,500Mar 2026NVMe line ~46,500Mar 2026NVMe line
The legacy SSD line sat near 1,300 IOPS for years (identical read/write = an artificial cap, not hardware). If your 4K random benchmark lands here, that's the throttle. The NVMe line runs 33k–46k.

How to confirm it (don't guess, benchmark)

Before blaming Contabo, prove it's the disk. Run a 4K random I/O test, the community standard is the YABS script, or fio directly:

A throttled Contabo box shows a telltale pattern: sequential reads/writes look acceptable, but 4K random collapses to roughly 1,000-2,000 IOPS / 4-8 MB/s. If you see that, it's the throttle, not a misconfiguration on your end. If your 4K random numbers are healthy (tens of thousands of IOPS), then your slowness is something else (under-provisioned app, swapping, a noisy neighbor on CPU) and this article isn't your problem.

Also check CPU steal while you're at it (top, the "st" figure). Contabo nodes are often busy, and users report CPU steal spiking into the 20-50% range during business hours on busier nodes. If both your disk is throttled and your steal is high, that compounds the sluggishness, and explains why the same box can benchmark fine at 3am and struggle at 3pm.

Why RAM and CPU don't help (when it's the SSD-line disk)

This is the part that trips people up on the throttled SSD line. The instinct when a server is slow is "buy more RAM" or "get more cores." But a disk bottleneck is a queue: requests pile up waiting for the storage layer to respond, and adding RAM or CPU just gives you more idle capacity sitting behind the same blocked door. The only things that help a disk bottleneck are a faster disk (the NVMe line, or another host) or fewer disk operations, neither of which more RAM provides. Note the flip side: if you're already on NVMe and still slow, this logic doesn't apply, your problem is CPU steal, and there more cores wouldn't help either, because the steal is the host overcommitting the physical CPU, not your box lacking cores.

This is also why Contabo's whole value proposition has an asterisk. The spec sheet sells you on RAM and cores per dollar, where Contabo is unmatched. But the disk, the one spec they don't advertise a number for, is where a real workload actually lives or dies. A 2-core box with normal disk performance will frequently feel faster than Contabo's 4-core box for anything database-driven.

What you can actually do

Bottom line: your Contabo VPS isn't broken, it's throttled, and the throttle is on the one spec the marketing doesn't show. Confirm it with a 4K random benchmark, then either cache your way around it (if your workload can live in RAM) or move the disk-heavy parts to a host that doesn't cap IOPS. Contabo is a great deal for what it is; it's just not what its spec sheet implies.

FAQ

Why is my Contabo VPS so slow when it has lots of RAM?

The bottleneck is disk, not RAM. Storage is throttled to ~1,300 IOPS (~4-5 MB/s on 4K random), about a quarter of a normal SATA SSD. Disk-touching work (databases especially) hits that ceiling while your RAM sits idle.

How do I confirm Contabo is throttling my disk?

Run a 4K random benchmark (YABS or fio). If sequential looks fine but 4K random collapses to ~1,000-2,000 IOPS / 4-8 MB/s, that's the throttle, not a broken setup. LowEndTalk benchmarks show the same pattern.

Can I get Contabo to raise my IOPS limit?

Historically yes, via a support ticket. More recently users report being refused. Worth asking, but don't buy Contabo assuming the throttle can be lifted.

Is Contabo just bad then?

No, it's mismatched if your workload is disk-heavy. For RAM-bound work (caching, in-memory apps) the throttle doesn't bite and Contabo's price per GB is unbeatable. Match the box to the workload.