View Single Post
Old 10-13-2015, 05:04 PM   #9
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,553
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
Quote:
Originally Posted by PeterT View Post
Something I *ALWAYS* wonder is why people always mention adding more RAM to Windows 64; surely it should be sufficient to ensure that the page file is allowed to grow as is needed; I'm not sure as to why RAM is needed as opposed to virtual memory.
That is because when all the RAM is being used dynamically by the same program then a swap file is not effective. It is probably something like 1000 times slower (or more) which means that program run times become unacceptable. A swap file only really works for handling memory contention between different programs, or when within a program much of the memory space ace is not being accessed so the working set can be kept in RAM.
itimpi is offline   Reply With Quote