Force hibernate (deep sleep) in OSX 10.8 (.2)

2

Come si può forzare il computer (in questo caso un laptop [rMBP]) nello stato di "ibernazione" in cui scrive la RAM sull'HDD / SSD in modo che la batteria possa durare per i 30 giorni pubblicizzati.

So che questo può essere ottenuto aspettando 70 minuti (4200 sec) dopo che è in modalità di sospensione (se non hai regolato le impostazioni di tempo predefinite), ma c'è un modo per forzarlo in questo stato?

Sto avendo problemi di scia e voglio testare questo stato di risveglio da.

    
posta chris Frisina 10.11.2012 - 23:08
fonte

1 risposta

3

Non so se è equivalente alla modalità di sospensione profonda, ma sudo pmset -a hibernatemode 25 rende i computer in ibernazione immediatamente quando si va a dormire.

hibernatemode = 3 (binary 0011) by default on supported portables. The system will store a copy of memory to persistent storage (the disk), and will power memory during sleep. The system will wake from memory, unless a power loss forces it to restore from disk image.

hibernatemode = 25 (binary 0001 1001) is only settable via pmset. The system will store a copy of memory to persistent storage (the disk), and will remove power to memory. The system will restore from disk image. If you want "hibernation" - slower sleeps, slower wakes, and better battery life, you should use this setting.

    
risposta data 10.11.2012 - 23:40
fonte

Leggi altre domande sui tag