Tag: virtual_memory

Resolve Windows Vista Out of Memory Errors

August 30, 2007 by Jason

Windows Vista “out of memory” errors are intimately connected with the way the manages virtual address space. On ’s latest , applications have their very own private virtual address space. You must understand that there is no correlation between the virtual address space available to a certain program and the total volume of physical memory installed on the . On 32-bit platforms, applications are generally limited under a 2 GB boundary as the maximum size of the virtual address space. In this context, the “out of memory” errors in Vista are generated by applications that have eaten up all the virtual address space allocated to them.

“Every memory allocation, file mapping, or library that is loaded by an application consumes space in this virtual address space. When the application consumes all its virtual address space, any additional such operations fail. Although all applications should be coded to handle memory allocation failures, many applications do not recover correctly from such failures. Therefore, the programs may become unstable or stop responding after they recover from such failures”, informed. Read More»

Accelerate Windows by Tweaking Virtual Memory

July 30, 2007 by Jason

If you have only one , just leave well enough alone. But if you have two or more internal or external hard drives (not just disk partitions), your PC will be peppier if you keep the default paging file (what calls the virtual memory disk space) on your boot drive (the one that holds ) and add a paging file to the second drive.

To do so, log in to Windows as an administrator and verify that you have more than one in your : Click Start, Run (just Start in Vista), type diskmgmt.msc, and press to open the Disk Management utility (click Continue in the User Account Control, if necessary). Read More»

Optimise Your Pagefile

February 05, 2007 by Jason

If you give your pagefile a fixed size it saves the from needing to resize the page file.

1. Right click on My and select Properties
2. Select the Advanced
3. Under Performance choose the Settings button
4. Select the Advanced again and under Virtual Memory select Change
5. the drive containing your page file and make the initial Size of the file the same as the Maximum Size of the file.
Read More»