Daily Reflection - May 4, 2026
Daily reflection and research notes focused on NVIDIA DGX Spark buying considerations.
This document consolidates technical data regarding the “Low Power/Low Clock” issue affecting the NVIDIA DGX Spark (GB10). It covers symptoms, root causes, diagnostic tools, and recovery procedures.
1. Issue Overview: GPU Power Capping
Users have reported a performance regression where the DGX Spark GPU becomes “stuck” in a low-power state, severely impacting AI inference and training speeds.
2. Hardware Reference: DGX Spark (GB10)
Understanding the hardware limits is essential for identifying when the system is underperforming.
| Feature | Specification |
|---|---|
| Architecture | NVIDIA Grace Blackwell |
| GPU | Blackwell Architecture (GB10) |
| CPU | 20-core Arm (10x Cortex-X925 + 10x Cortex-A725) |
| Unified Memory | 128 GB LPDDR5x |
| TDP (Superchip) | 140W |
| Power Supply | 240W External PSU (USB-C PD) |
| Networking | ConnectX-7 NIC (200 Gbps) |
3. Diagnostic & Troubleshooting Tools
Run the following command while running a workload:
nvidia-smi \-q \-d PERFORMANCE
Look for: Power Limit, Enforced Power Limit, and SW Power Cap. If power is ~10W under load, your unit is affected.
A community tool developed by parallelArchitect provides a deeper look into the mailbox and firmware states.
Check your current firmware components:
sudo dmidecode \-t 45 | grep \-A2 \-E "UEFI|EC|PD|FLASH"
4. Resolution & Recovery
The issue is often caused by the USB-C Power Delivery (PD) controller entering a bad state.
If the OS environment is corrupted, perform a factory reset using a recovery image.
5. Summary Table: Expected vs. Degraded State
| Metric | Expected (Healthy) | Degraded (Affected) |
|---|---|---|
| Idle Power | ~5W | ~5W |
| Load Power | 80W - 140W | 7W - 20W |
| GPU Clock | ~2496 MHz | 400 MHz - 650 MHz |
| LLM Inference | ~60 tokens/s | ~25 tokens/s |
Reference:
NVIDIA Developer Forums: DGX Spark Performance & Power Issue Discussion
Official Documentation: NVIDIA DGX Spark System Recovery Guide
Diagnostic Utilities: parallelArchitect Spark GPU Throttle Check Tool
Hardware Reference: DGX Spark Hardware Specifications