A graphics rendering application on a Windows 11 workstation periodically freezes and crashes during large batch renders. A technician monitors the system during a render job and notes the following metrics: Physical RAM utilization reaches 98%, Resource Monitor displays sustained Hard Faults/sec exceeding 600/sec, system drive C: has less than 250 MB of free storage remaining, and System Event Viewer logs repeatedly record Event ID 2004 (Resource-Exhaustion-Detector). Which TWO of the following troubleshooting steps should the technician take to resolve the root causes of the application crashes and system unresponsiveness? (Select TWO.)
- Free disk space on drive C: or expand its storage volume to allow the dynamic virtual memory paging file (pagefile.sys) to expand properly.Answer
- Increase the physical RAM installed in the workstation to accommodate the rendering workload and reduce excessive hard page faults.Answer
- CRun `chkdsk /f` from an elevated command prompt to repair corrupt memory pages recorded in Resource Monitor.
- DUse the Performance Monitor snap-in to rebuild the default Windows System Resource Manager (WSRM) service permissions.
Answer
The technician should free disk space on drive C: to ensure pagefile expansion and install additional physical RAM to mitigate severe page faulting.
The combination of 98% RAM utilization, high hard fault counts, and Event ID 2004 signifies severe memory depletion. Windows relies on the pagefile (pagefile.sys) on the C: drive for virtual memory expansion. Because the C: drive has less than 250 MB free, the pagefile cannot grow, triggering application crashes. Freeing disk space allows virtual memory allocation to function properly. Furthermore, adding physical RAM addresses the root hardware limitation, reducing the reliance on disk paging and eliminating high hard fault rates.
Step-by-Step Solution
Key Concept
Troubleshooting Windows Virtual Memory Exhaustion and RAM Bottlenecks
Estimated Time:2m 0s