The issue you're facing is related to the virtual memory configuration on your computer. Virtual memory uses a page file on your disk as an extension of your system's RAM, which helps handle more processes than your physical memory alone. Here's what you can do to resolve this:
- Access Virtual Memory Settings:
- Click on the "Change..." button in the dialog from the second image, or go to:
- Control Panel → System → Advanced system settings → Performance → Settings → Advanced → Virtual Memory → Change.
- Recommendations for Virtual Memory:
- Uncheck "Automatically manage paging file size for all drives".
- Select the drive where your OS is installed (usually
C:
).
- Choose "Custom size."
- Set the Initial Size and Maximum Sizeof the paging file:
- Initial Size: Equal to or slightly greater than your physical RAM.
- Maximum Size: About 1.5 to 2 times your physical RAM.
For example: If you have 8GB (8192 MB) of RAM, you can set:
- Initial Size: 8192 MB
- Maximum Size: 16384 MB
- Apply and Restart:
- Click "Set" after entering the values.
- Apply the changes and restart your computer.
- Check Disk Space:
- Ensure sufficient disk space is available on the drive where the page file is stored.
Let me know if you experience further issues after trying these steps!