On Sat, 7 Jun 2008 20:31:01 -0700, UnknownTBeast
<UnknownTBeast@discussions.microsoft.com> wrote:
>Should there be a limit as to how much memory I should use for this? I am
>using 10,000 MB, but not sure if that is too much or not? What is the
>recomended?
For most letting Windows decide for itself is the best choice. Virtual
Memory is actually space on your hard drive, not real RAM. The purpose
of the Paging File, often called the Swap File in earlier versions of
Windows, is to shuffle bits of applications, data and Windows code in
and out of memory. Generally 1.5 times your RAM is a good size for the
Paging File. Less, and your system might be sluggish. More is just
wasted space on your hard drive that could be used for other things.
You can use Task Manager (Ctrl-Alt-Delete) all pressed at once to see
how well Windows is doing with memory and CPU management under the
Performance Tab. Watching the two vertical bar graphs gives you a idea
how things are running. For most people if there system is idle,
meaning you aren't really doing much if anything the CPU Usage should
be under 4%. Mine typically shows 1-2%. Memory at idle should be
roughly be half your total RAM or less. More once you do something
more intensive. A sign you don't have enough RAM to do what you
typical use your computer for is you hear your hard drive grinding
away a lot. This is Windows swapping out to the Paging File
excessively because it is starved for memory. No matter how big you
make your Page File whatever you do with your computer code has to be
brought into physical memory before anything happens.