All memory is virtual memory in modern operating systems. It isn't inherently "slow", as the support for that is at the hardware level. You might be confusing this with disk swapping or Physical Address Extension. Disk swapping is a natural part of virtual memory management and can be minimized by having enough physical memory installed. Physical Address Extension is a way for 32 bit operating systems to use more than 4 GB of memory and that indeed will be slower than normal memory access. It however isn't needed in 64 bit operating systems for the foreseeable future...xx JPRacer xx wrote: ps: I think 32 bit version of Windows can use 4 gig for each process running but when doing this it's using virtual memory (slow) since it can't address more than 4 gig physical ram (but I can be wrong on this).
And thanks Bootsie for the update, of course!
