Compcache: in-memory compressed swapping
Posted May 26, 2009 20:29 UTC (Tue) by
BrucePerens (guest, #2510)
In reply to:
Compcache: in-memory compressed swapping by JoeF
Parent article:
Compcache: in-memory compressed swapping
For hibernate, the ram-based swap of course should be bypassed.
It's worse than that. Memory belonging to the ram-based swap medium would be marked as not itself swappable. Otherwise, you would get in a loop. So, it has to back itself up to its private backing store device before hibernating, and restore itself before the OS is allowed to resume. It can't just stand by and passively allow another swap device to take care of its pages.
(
Log in to post comments)