Fedora 10 - Boot Analysis

Arjan van de Ven arjan at infradead.org
Wed Dec 17 07:51:08 UTC 2008


On Tue, 16 Dec 2008 17:16:36 -0500 (EST)
Seth Vidal <skvidal at fedoraproject.org> wrote:

> 
> > Or hibernate?
> 
> At least on my system hibernate takes as much time as a reboot.
> 

btw this is a very fundamental property of hibernate. You need to do all
disk IO to get the system state to disk. And then at resume, you need
to do all disk IO to get the state from disk again. That's twice ;)

This is compounded by the property that a hibernate tends to flush at
least half the disk cache (it has to, to get space to work in), which
you then need to page right back in, so even when you're back, the first
minute or two sucks badly.

I suspect you will always be able to boot faster than you can
hibernate+resume.




-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org




More information about the fedora-devel-list mailing list