When Windows runs out of memory commit size it starts showing 'Low memory' window and performs slowly. This low-memory warning is not directly related to free physical memory amount. One can have 7Gb free physical memory but be out of commit memory. This problem is easily solved by setting higher limit of virtual memory size.
Now to the problem:
- Windows 7 x64 Pagefile is manually allocated at 32Gb in advanced settings
c:/pagefile
is exactly of this size, see this screenshot:
http://screenshots.ryotsuke.ru/scr_998b13791c71.png
However really allocated virtual memory is showing only 13Gb available and available commit size is 19Gb lower than needed.
How do I fix that and prevent from happening in future? I'm not sure why settings are not properly setting page file size.