Associate
Righty ho! Will give that a go, see what happens. I've been using the 1.5 thing for so many years, thought it helped.... I guess nottonyyeb said:Yes.
Righty ho! Will give that a go, see what happens. I've been using the 1.5 thing for so many years, thought it helped.... I guess nottonyyeb said:Yes.
Tony Williams said:Vitual Memory should be 150% your RAM ie, if you have 2GB you should use 3GB or better still let Windows do it.
TheVoice said:But that would mean if you had less RAM, your pagefile should be smaller. Doesn't make sense.
That's not strictly correct.TheVoice said:Not really, because if you only have 256MB of RAM you'll end up with a smaller pagefile than someone with 2GB of RAM. Letting Windows configure the pagefile means it alters in size dynamically, and so will become more fragmented.
With 2GB of RAM, a pagefile of 1536MB works fine for me. 2048MB would also be good, but can't really see the point in going over that. Theoretically, the more RAM you have, the smaller the pagefile you need.
Why bear in mind facts that applied to operating systems about 20 years ago? We are talking about modern OSes here, Windows and Linux, which use paging as an integral part of their memory management strategy. It is not something that just gets "turned on" when physical memory gets tight... it is *always on*, whether you have 4GB or RAM or 256MB of RAM.bearing in mind that the memory manager is not going to use the swap file for active processes unless it really needs to
growse said:Windows will always keep a pagefile, even if you tell it not to. It couldn't function otherwise. You'd probably find that performance increases a little if you add a pagefile.
Sorry, I don't think I made myself very clear - the page file is difficult to defragment - you need third party tools to do it. If the page file fragments, it makes it harder to effectively defragment the rest of the disk - which will impact performance.NathanE said:And given that each page of memory is 4KB, which is usually less than the block size of an NTFS partition - it's pretty obvious to me that page file "fragmentation" is not going to make a blind bit of difference to performance.
NathanE said:It is not something that just gets "turned on" when physical memory gets tight... it is *always on*, whether you have 4GB or RAM or 256MB of RAM.
Of course it doesn't what would be the point?NathanE said:It doesn't page out entire processes either.