2.6 swapping behavior
Posted May 6, 2004 17:50 UTC (Thu) by
xorbe (subscriber, #3165)
Parent article:
2.6 swapping behavior
"Without swapping application memory to disk and seeing what gets faulted back in, it is almost impossible to figure out which pages are not really needed."
Oh come on.
You mark the app's pages inaccessible. When the app touches it, the OS notes that the app really does have permissions, changes, and resumes the app. Pages that are never touched after a while can be dropped to swap.
(
Log in to post comments)