27After moving a shared directory onto NFS, app threads pile into D state and load average tops 50 while CPUs sit idle. Explain it.▼expert★ EssentialNewNVIDIAGoldman SachsJPMorgan Chase◆ premiumNFS waits can stall shutdown and inflate load average while CPUs stay idle. Check the blocked kernel path before deciding whether signals or mount recovery can release it.Open full answer →
35Your GPUs sit at 40 percent utilisation during training and the model code is fine. What is starving them?▼hardNewNVIDIAMetaDatabricks2 replies◆ premiumExpensive accelerators waiting on cheap storage is the most common form of waste in a training cluster, and it looks exactly like a code problem on every dashboard.Open full answer →