A systems administrator notices severe system responsiveness degradation on a Windows 11 workstation during high-resolution media export operations. Performance Monitor reveals that while CPU utilization remains under 35%, the PhysicalDisk Avg. Disk Queue Length metric consistently exceeds 6, causing the application to hang. Which TWO actions should the technician take to resolve this disk subsystem bottleneck?
- Relocate the application's temporary scratch directory to a separate physical solid-state drive.Cevap
- Configure Windows virtual memory settings to allocate a secondary paging file on an alternate physical disk.Cevap
- CAdjust the application's process priority to Realtime in Task Manager to prioritize disk processing.
- DExecute `sfc /scannow` from an elevated Command Prompt to rebuild the storage controller driver stack.
Cevap
The technician should relocate the application's temporary scratch directory to a separate physical drive and configure virtual memory to place a paging file on an alternate physical disk.
High Avg. Disk Queue Length metrics indicate that disk requests are backing up because the storage device cannot process I/O operations fast enough. Distributing heavy I/O tasks—such as application scratch files and virtual memory paging—onto separate physical drives relieves contention on the main disk and lowers queue depth.
Adım Adım Çözüm
Anahtar Kavram
Identifying disk I/O bottlenecks via Disk Queue Length metrics and resolving storage contention through drive separation and paging file configuration.