View Single Post
Old 03-22-2005, 12:08 PM   #4 (permalink)
cyrnel
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
The old 1.5xRAM rule of thumb survives from Win9x and terrible paging code & system leaks. It isn't very relevant for anything recent.

As Dragon said, watch your peak vs. limit numbers and size accordingly. If you have enough RAM (peak below physical) then set DisablePagingExecutive = 1 and allocate a minimal amount of disk to the paging file. (ideally on another disk) This allows software to run that requires VM but almost eliminates swapping by the system. If you're a heavy Photoshop user you'll need to bump it up more.

DisablePagingExecutive is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive

I usually don't start micromanaging VM until I have 768MB. You have enough to begin paying attention.
cyrnel is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62