if i have 4gb of physical ram is it worth changing the computer settings and increasing ram (virtual) if so how much should i increase by, also if i have a 3ghz cpu Athlon x 2 can it be over clocked and is it worth it, if so how and what difference would it make?
On a machine that old, I wouldnt exactly worry about overclocking. You can, its just like someone else stated I doubt you would see real life results from it.
As for virtual memory, well, what exactly are you using this machine for? If your only running simple things like a web browser and playing older games then I would actually just turn virtual memory off completely and save your disc space. As long as you arent doing anything that will completely drain the 4GB you have you might even see better performance having it off since Windows will use the virtual memory even when it doesnt need to and it will slow things down. Back in the day when I was running 2GB of RAM I still didnt use virtual memory for this reason.
Some programs will complain if there is no pagefile. I set mine to at least 1024 MB.
Dont turn the pagefile off, its a really bad idea. Essentially almost everything this guy says is wrong, so check before following. Better information here...
http://blogs.technet.com/b/markrussinovich/archive/2008/11/17/3155406.aspx
essentially let windows do its job and move the page file to another drive...
VRAM should be set at 1.5x the amount of physical RAM. So in your case 6000MB
Dont turn the pagefile off, its a really bad idea.
What happened to me was old hat so maybe I can get away with it this time. I only wish I remember what proggie it was that made me leave it on.
Setting it to a static size is better? If he upgraded with 6 GB physical ram instead, would it then be okay to disable it?
Or should you just let it be dynamic in size, so you don't have a fixed commit limit?
Actually if you have enough system memory. It makes no performance difference if page file is on or not. Its not going to use it unless needed. Plus there will be some of windows data in page file that's not really needed to be held on systems memory. Saying that I don't really see the point disabling it, just because of the few problems it could cause.
Those screenshots don't say anything about data being stored in the page file. The paged pool is just memory that is allowed to be copied to the page file, if one is present.
It is about how memory is allocated. Memory can be of either the type paged or non-paged.
If memory is allocated from the paged pool, it can leave physical memory. if allocated from the non-paged pool, it is guaranteed to never leave physical memory.
If you don't have a page file, it will never leave physical memory no matter what.