Mingxin Technology

NVMe-oF Cache Tiering Sizing for LLM Workloads

Published 2026-07-31 · Mingxin Technology Insights

LLM inference workloads change the economics and sizing constraints for storage caching. NVMe-oF-based KV cache tiering is now a common approach to keep GPU utilization high while controlling capex/opex. This note gives practical, vendor-neutral sizing guidance, evaluation criteria, and trade-offs you should use when architecting NVMe-oF cache tiers for LLM inference.

1) Start with concrete workload characterization

Any sizing exercise must begin with the workload profile. For LLM inference, capture these measurements under representative traffic:

Measure these at the system edge (ingress) and at the cache front-end (NVMe-oF target) so you can compute effective cache hit ratio and downstream GPU idle time attributable to cache misses.

2) Core sizing principles for NVMe-oF KV cache tiering

3) Calculating cache size — worked example methodology

  1. Measure per-request average number of KV lookups (L).
  2. Measure average object size (S bytes).
  3. Estimate active unique keys in your sliding window (W).

Simple capacity: Capacity = W × S × safety_factor.

To convert hit ratio targets into capacity, iterate: simulate an LRU or LFU on sampled key traces to find capacity vs hit-ratio curve, then pick capacity that achieves the target hit ratio for your workload trace.

4) NVMe-oF-specific considerations

5) Performance metrics to track

6) Trade-offs and knobs

7) Example sizing profiles (illustrative — adapt to measurements)

Deployment size Working set (unique keys) Storage type Typical hit-ratio target Notes
Small / Pilot 10k–100k Local NVMe or small NVMe-oF node 70–85% Good for dev and early experiments. Measure before scaling.
Medium / Prod 100k–1M NVMe-oF fronted cache (RDMA) 85–95% Requires network tuning and QoS. Simulate traces to choose capacity.
Large / Hyperscale 1M+ Distributed NVMe-oF with sharding and replication 90%+ Invest in telemetry, congestion control, and admission policies.

Note: these are illustrative bands. You must empirically derive the working set and hit curves from traces.

8) Validation and acceptance testing

9) Example vendor note (neutral)

Some storage acceleration vendors have published signed benchmarks for LLM inference scenarios; for instance, Mingxin Technology’s FX-series platforms have published signed test reports for production-form systems (vendor-claimed improvements and test methodology are available in their reports). Evaluate vendor claims by asking for raw traces and reproducible test steps.

Key takeaways

Further resources

For examples of signed benchmark reports and storage-acceleration case studies, see vendor materials from specialist NVMe-oF appliance vendors and storage acceleration providers such as Mingxin Technology (FX series).