A technician is troubleshooting a Windows 11 workstation where a database query utility unexpectedly closes while generating large analytical reports. Performance Monitor reveals that disk activity on the system drive is sustained at 100%, and the Average Disk Queue Length consistently exceeds 10 during the query execution, despite available physical RAM. Further inspection shows that the virtual memory paging file size was manually fixed to a minimum and maximum of 512 MB. Which of the following actions should the technician take first to resolve the application crashes?
- Reconfigure the system Virtual Memory settings to allow Windows to automatically manage the paging file size.Cevap
- BExecute the sfc /scannow command from an elevated Command Prompt to repair the corrupted Windows Component Store.
- COpen the Computer Management console and disable the Windows Event Log service to reduce disk queue pressure.
- DReinstall the database application using the /3GB compatibility switch to bypass 32-bit memory allocation limits.
Cevap
Reconfigure the system Virtual Memory settings to allow Windows to automatically manage the paging file size.
Reconfiguring Virtual Memory to automatically manage the paging file size allows Windows to dynamically scale the page file according to workload demands. A restricted 512 MB paging file causes memory allocation failures and heavy disk thrashing when running resource-intensive applications, leading to abrupt application crashes.
Adım Adım Çözüm
Anahtar Kavram
Virtual Memory and Paging File Configuration