View Single Post
Old 10-13-2015, 05:47 PM   #11
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,829
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by itimpi View Post
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.
Thrashing (computer science) - Wikip

BR
BetterRed is offline   Reply With Quote