Ask a gamer about VRAM and you'll get an answer about frame rates. Ask an infrastructure buyer in 2026 and the stakes are different: whether an AI model runs at all. NVIDIA's H200 accelerator carries 141 GB of HBM3e memory delivering 4.8 TB/s of bandwidth per GPU — figures that describe the whole card, not a single memory stack. When a model doesn't fit inside that VRAM, spilling into host system RAM doesn't add a small delay: 2026 inference testing puts the throughput penalty at 10 to 50 times slower than staying inside GPU memory. For UK buyers sizing servers rather than gaming rigs, how much VRAM an LLM needs matters more than any headline clock speed.
View the data behind this chart
| A100 | H100 SXM | H200 | B200 | B300 | |
|---|---|---|---|---|---|
| Memory bandwidth | TB/s2 | TB/s3.35 | TB/s4.8 | TB/s8 | TB/s8 |
Why GPU Memory, Not System RAM, Decides What AI Workloads Run
Most explainers of VRAM and RAM are written for gamers weighing a graphics card upgrade against buying more DIMMs. That framing misses what actually matters for UK businesses evaluating AI infrastructure in 2026: whether a model fits inside the memory attached directly to the GPU, or whether it spills into much slower system memory.
The two pools of memory are not interchangeable options at different price points. They sit in different physical locations, serve different purposes, and move data at bandwidths that differ by an order of magnitude. Getting this wrong at procurement stage means buying a GPU that looks powerful on a spec sheet but still can't hold the model you need to run.

RAM vs VRAM: The Architectural Difference That Actually Matters
System RAM is general-purpose memory attached to the motherboard, shared across the CPU, the operating system and every running application. It's designed for flexibility, not for feeding a GPU's compute cores at speed.
VRAM — whether GDDR on a consumer card or HBM3e stacked directly on an AI accelerator's package — is purpose-built to sit as close as possible to the GPU die and supply it with the working set: model weights, activations, and the key-value cache that inference generates token by token. Proximity and stacking, not just capacity, are what give it its bandwidth advantage.
The table below sets out the practical difference between the three tiers a buyer actually encounters: standard system RAM, GDDR on consumer GPUs, and HBM3e on AI-class accelerators.
Inside HBM3e: Per-Stack Numbers vs Whole-GPU Totals
HBM3e is built from vertically stacked memory dies. Micron's HBM3e product is an 8-high 24 GB stack delivering over 1.2 TB/s of bandwidth — a single-stack figure. Siemens' 2026 HBM3e design guide gives a similar but distinct picture: up to 1,180 GB/s and up to 36 GB, again per stack, not per card.
A 2026 comparison from Yobitel adds the electrical detail: HBM3e runs at roughly 9.6 Gb/s per pin, translating to about 1.0-1.23 TB/s per stack depending on binning. Multiply that out and the accelerator totals make sense: six roughly 800 GB/s stacks combine for the H200's 4.8 TB/s, while eight roughly 1.0 TB/s stacks combine for the B200's 8 TB/s.
This distinction matters for procurement. A spec sheet quoting HBM3e bandwidth or capacity could be describing one stack or the whole card — and confusing the two leads to sizing errors worth tens of gigabytes.
The 2026 Accelerator Line-up: Capacity and Bandwidth by Card
Whole-GPU figures are what actually matter for workload sizing. A 2026 machine-learning hardware comparison puts the A100 at 2 TB/s of bandwidth and the H100 SXM at 3.35 TB/s. Newer HBM3e-based cards move further: the H200 carries 141 GB at 4.8 TB/s, the B200 carries 180 GB (or architecturally 192 GB) at 8.0 TB/s, and NVIDIA's B300 (Blackwell Ultra) reaches 288 GB at 8 TB/s.
Capacity and bandwidth tend to scale together on this generation of hardware, but they answer different questions: capacity determines whether the model fits at all; bandwidth determines how fast tokens are produced once it does. Buyers comparing these cards in detail can compare NVIDIA H100, H200, and B-series GPUs against UK deployment scenarios directly.
What Happens When the Model Doesn't Fit: The RAM Offload Penalty
This is the part gamer-focused explainers skip entirely. A 2026 analysis of LLM inference bottlenecks states plainly that VRAM spillover to CPU memory can make throughput 10 to 50 times slower, because GPU-to-CPU memory bandwidth itself is 10 to 50 times slower than HBM.
In practice: if a model, at your chosen precision and batch size, exceeds the GPU's on-card memory, the excess doesn't just run — it runs through a bottleneck. Every token generation step that touches offloaded weights or cache crosses a far slower path via the PCIe bus to host memory. This is a scope-specific figure for CPU-side offload during LLM inference, not a universal system-RAM benchmark, but it's the exact scenario UK buyers hit when they undersize a GPU to save on capital cost.
Sizing this correctly depends on model architecture, precision, batch size and context length — variables that change the answer for every deployment, which is why this is better handled by a dedicated calculator than by rules of thumb.
View the data behind this chart
| Physical Locatio… | Bandwidth Class | AI Workload Role | |
|---|---|---|---|
| System RAM (DDR) | On motherboard | 10-50x slower* | Overflow buffer only |
| GDDR (consumer GPU) | On PCB near die | Consumer-grade spec | Gaming, light inference |
| HBM3e (AI GPU) | Stacked on package | 4.8-8.0 TB/s per GPU | Primary model memory |
UK Pricing Reality: VRAM Capacity Has a £ Cost
Consumer GPU pricing in the UK diverges from US MSRP-driven commentary. One UK tracker showed RTX 5090 models starting around £3,867.90, with some variants exceeding £4,999.99 in August 2026; a separate tracker listed an Amazon UK price of £4,199 in the same month. These are two distinct retail data points from different trackers and dates — not a single settled price — and buyers should treat street pricing as a moving target rather than a fixed figure.
On the component side, a 2026 HBM market page puts HBM3E cost at roughly $8.33 per GB, or about $300 per 36 GB stack, at 1.18 TB/s per stack. That cost structure is a direct driver of why accelerators with 141 GB, 192 GB or 288 GB of HBM3e command a premium over consumer cards — the memory itself, not just the compute die, is expensive. This is context worth understanding alongside the HBM crunch impacting AI server costs.
For UK procurement, the practical rule is to treat published GB and TB/s figures as specifications to verify against a workload, not marketing shorthand to skim past.
Sizing for Professional and AI Workloads: Don't Guess, Calculate
Professional workloads — local LLM inference chief among them in 2026 — don't have a single VRAM number that applies across the board. The right figure depends on model size, quantisation precision, batch size and context length, and those combinations move the requirement by tens of gigabytes in either direction.
Rather than approximate this with generic advice, size it properly: use our AI GPU calculator against your actual model and target precision, and cross-check candidate open models against a reference index before committing to hardware. Buyers evaluating the accelerator options themselves should also explore GPU accelerators and current DGX systems available for UK deployment.
The Verdict: A Decision Framework for UK Buyers
Reduce the decision to four checks. First, identify the target model, its precision and batch size, and calculate the VRAM footprint that combination actually needs. Second, match that footprint against a candidate GPU's on-card capacity — 141 GB, 192 GB or 288 GB on current NVIDIA accelerators — not against total system RAM. Third, confirm bandwidth is adequate for your latency target; per-GPU bandwidth on current hardware spans roughly 2 TB/s to 8 TB/s depending on card. Fourth, never plan for system-RAM offload as a primary strategy — the 10-50x penalty makes it a fallback, not a sizing tool.
Layer UK-specific procurement on top: street prices for high-end consumer cards, and component costs for HBM3e itself, mean that VRAM capacity is a budget line, not a footnote. Buyers configuring a full deployment can work through the specifics via server configuration once the memory sizing is settled.
Sources
Every figure in this article traces to the sources below.
- •Micron — HBM3E per-stack bandwidth and capacity specification
- •Siemens — 2026 HBM3e/HBM4 IC design guide, per-stack figures
- •Packet AI — H200 and B200 whole-GPU bandwidth and capacity
- •Spheron — NVIDIA B300 Blackwell Ultra guide, capacity and bandwidth
- •Spheron — LLM inference slowdown from VRAM spillover
- •io.net — 2026 machine-learning GPU comparison (A100, H100, H200)
- •Yobitel — HBM3e per-pin and per-stack bandwidth breakdown
- •GPU Price History — UK RTX 5090 price tracker
- •Best Value GPU — UK RTX 5090 Amazon price tracker
- •Silicon Analysts — HBM3E cost per GB and per stack
View the data behind this chart
| Layer | Detail |
|---|---|
| HBM3e stacked memory (AI GPU) | 4.8-8.0 TB/s per GPU, up to 288GB capacity |
| GDDR memory (consumer GPU) | On-package, consumer-class bandwidth |
| PCIe interconnect | Bridges GPU package to host system |
| System RAM (DDR) | 10-50x slower than HBM once workload spills over |
