Skip to main content

PDU Sizing

PDU selection: branch circuits, breaker ratings, NEC 80 % continuous-load derating, and headroom for actual GPU peak draw, not the nameplate TDP.
NEC continuous
80 % of breaker
H100 transient
~1.1 kW spikes
Branch nominal
415Y/240 V 3-phase × 30 A ≈ 21.6 kVA

A power distribution unit takes a building feed and splits it into branch circuits each protected by a breaker. The breaker rating is what gets stenciled on the chassis. It is not the wattage you can run continuously, and it is not the wattage you can run safely under GPU transient load. Sizing PDUs from breaker rating alone is one of the most common ways to ship a rack that trips under training.

The derating staircase

BRANCH CIRCUIT (415 V × 30 A)NAMEPLATE415 V × 30 A breaker rating12.4 kWNEC CONTINUOUS80 % rule (NEC 210)9.9 kWUSABLEheadroom for transient peaks7.5 kWH100 transient peak: ~1.1 kW per GPU, well above the 700 W TDPa tripped breaker mid-step is a gang failure, not a warning

Three numbers describe the same circuit:

  1. Nameplate. A 415Y/240 V (415 V line-to-line, 240 V line-to-neutral) three-phase circuit on a 30 A breaker is rated √3 × 415 × 30 ≈ 21.6 kVA. This is the marketing number.
  2. NEC continuous. NEC 210.20(A) (and equivalent codes in most jurisdictions) requires that the overcurrent device be sized at no less than 125% of any load that runs for three hours or more, which is mathematically equivalent to derating the breaker to 80% of nameplate for continuous use. Training is continuous by any reasonable definition, so the usable continuous wattage on a 30 A 415Y/240 V branch lands at ~17.3 kW (server-class PSUs typically run at PF 0.95 to 0.99 with active PFC; kVA is the breaker-relevant figure regardless). The exception is 100%-rated panelboards, which are uncommon at this scale.
  3. Usable under transient peaks. GPUs do not draw their TDP. They draw whatever the workload needs at the moment, and that number includes brief excursions well above the nameplate. After leaving headroom for those, you are working with closer to 13 kW per branch in a fleet you intend to keep in production.

Each step down is real. Each one has cost a deployment that was sized to the next number up.

The transient problem

The H100 SXM5 has a published 700 W TDP and a max-power spec of 805 W. Independent power-monitor measurements show transient draws into the kilowatt range for tens of milliseconds during specific operations: tensor-core warmup phases, NVLink traffic bursts paired with compute, and the start of a new training step after a checkpoint flush. The average comes back down. The breaker does not care about averages over seconds; thermal and magnetic trips fire in milliseconds when the instantaneous current exceeds rating.

A breaker sized for 8× 700 W = 5.6 kW continuous looks safe on the spec sheet. The same breaker sees brief excursions of 8× ~1 kW = 8 kW or more on transient and trips. The whole rack goes black mid-step. Every GPU in the rack just lost the work since the last checkpoint. This is a gang failure caused by a single breaker that nobody specified for the workload's actual current shape.

Three-phase math, briefly

At hyperscale density it is worth knowing the math. Single-phase distribution at 208 V (line-to-line) is 6.2 kW per 30 A circuit nameplate, dropping to ~5 kW after the NEC continuous derate. Three-phase 415Y/240 V at 30 A is √3 × 415 × 30 ≈ 21.6 kVA nameplate (≈17.3 kW continuous; server-class PSUs typically run at PF 0.95-0.99); three-phase 208Y/120 V at 30 A is ~10.8 kVA. That is why every modern AI datacenter is on three-phase 415Y/240 V or 400Y/230 V (or their 480 V step-down equivalents): not for fashion, but because single-phase cannot reach the watts a GPU rack needs.

The deeper math is whether the building can deliver three-phase to the rack. Older facilities have step-down transformers sized for 208 V and not all of them are easily upgraded. This is part of why the 10-year facility decision cuts so deep: the breaker panel and the upstream transformers were chosen for an older density profile, and replacing them is not a software upgrade.

Practical guidance

  1. Size every branch circuit for 80 % of breaker continuous and a 30 to 50 % transient margin on top. Yes, that is conservative. The cost of getting it wrong is a tripped breaker mid-training, not a warning.
  2. Instrument per-branch current and power. PDU vendors (Vertiv, Raritan, Eaton, APC) all ship metered units; the data is invaluable for catching the workload that drifted past its budget before the breaker does it for you.
  3. If the GPU peak draw is the binding number and you cannot move the rack, power capping is the software lever to keep the actual current under the breaker. It costs throughput; tripping costs everything since the last checkpoint.
  4. Match the PDU breaker curve to the load. A breaker with a fast magnetic trip will fire on transients that a slow-trip variant absorbs. The right curve depends on your workload shape; consult the PDU vendor.

PDU sizing is unglamorous and one of the highest-impact decisions in fleet design. A breaker that holds is invisible. A breaker that does not is a Slack thread.

See also

Updated 2026-05-16