Mode sleep default yang digunakan oleh laptop Mac adalah campuran antara mode sleep tradisional (suspend to RAM) dan hibernation (suspend to disk): isi RAM disimpan ke disk, tetapi RAM tetap diberdayakan juga. Desktop Mac menggunakan mode tidur tradisional (menangguhkan ke RAM) secara default.
Lihat man pmset
:
SAFE SLEEP ARGUMENTS
hibernatemode takes a bitfield argument defining SafeSleep behavior.
Passing 0 disables SafeSleep altogether, forcing the computer into a reg-
ular sleep.
0000 0001 (bit 0) enables hibernation; causes OS X to write memory state
to hibernation image at sleep time. On wake (without bit 1 set) OS X will
resume from the hibernation image. Bit 0 set (without bit 1 set) causes
OS X to write memory state and immediately hibernate at sleep time.
0000 0010 (bit 1), in conjunction with bit 0, causes OS X to maintain
system state in memory and leave system power on until battery level
drops below a near empty threshold (This enables quicker wakeup from mem-
ory while battery power is available). Upon nearly emptying the battery,
OS X shuts off all system power and hibernates; on wake the system will
resume from hibernation image, not from memory.
0000 1000 (bit 3) encourages the dynamic pager to page out inactive pages
prior to hibernation, for a smaller memory footprint.
0001 0000 (bit 4) encourages the dynamic pager to page out more aggres-
sively prior to hibernation, for a smaller memory footprint.
hibernatemode = 0 (binary 0000) by default on supported desktops. The
system will not back memory up to persistent storage. The system must
wake from the contents of memory; the system will lose context on power
loss. This is, historically, plain old sleep.
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.
Untuk membuat laptop atau desktop Mac selalu hibernate (diskors ke disk), jalankan:
sudo pmset -a hibernatemode 25
Untuk membuat laptop selalu berhibernasi dengan daya baterai, jalankan:
sudo pmset -b hibernatemode 25
Pengaturan hibernatemode
untuk 25
mengurangi konsumsi energi selama tidur tetapi membuat waktu tidur lebih lama.
Beberapa Mac baru secara otomatis masuk ke mode siaga setelah waktu tertentu dalam mode tidur reguler dalam kondisi tertentu. Lihat http://support.apple.com/kb/HT4392 (Komputer Mac: Tentang mode siaga):
Mac yang dapat menggunakan mode siaga:
- MacBook Pro (Retina, 13 inci, Akhir 2012) dan yang lebih baru
- MacBook Pro (Retina, 15 inci, Awal 2013) dan yang lebih baru
- MacBook Pro (Retina, Mid 2012)
- MacBook Air (Pertengahan 2010) dan yang lebih baru
- Versi drive SSD dan Fusion mini Mac (Akhir 2012) dan yang lebih baru
- Versi drive SSD dan Fusion dari iMac (Akhir 2012) dan yang lebih baru
Komputer Mac yang diproduksi pada 2013 atau lebih baru masuk ke mode siaga setelah tiga jam tidur "reguler". Komputer sebelumnya diaktifkan setelah lebih dari satu jam tidur "teratur".
Untuk memasuki siaga, komputer harus:
- Dijalankan dengan daya baterai (jika itu adalah komputer notebook Mac).
- Tidak memiliki perangkat USB yang terpasang.
- Tidak memiliki perangkat Thunderbolt terpasang.
- Tidak memiliki kartu SD yang dimasukkan.
- Tidak memiliki layar eksternal terpasang.
man pmset
:
STANDBY ARGUMENTS
standby causes kernel power management to automatically hibernate a
machine after it has slept for a specified time period. This saves power
while asleep. This setting defaults to ON for supported hardware. The
setting standby will be visible in pmset -g if the feature is supported
on this machine.
standby only works if hibernation is turned on to hibernatemode 3 or 25.
standbydelay specifies the delay, in seconds, before writing the hiberna-
tion image to disk and powering off memory for Standby.
sudo pmset -c standbymode 1
akan mengaktifkan mode siaga bahkan saat tidak menggunakan daya baterai. sudo pmset -a standbydelay 1800
akan mengubah penundaan sebelum memasuki mode siaga menjadi 30 menit.
Beberapa Mac juga hibernate setelah empat jam tidur normal dalam kondisi tertentu. Lihat http://support.apple.com/kb/HT1757 :
Dengan rilis pembaruan tambahan OS X Mountain Lion v10.8.2 2.0, fitur baru diperkenalkan untuk memasuki safe sleep setelah empat jam komputer terhubung ke daya AC. Ini adalah upaya untuk mematuhi Standar Energi Eropa (ErP Lot6). Ini hanya akan terjadi jika tidak ada aktivitas nirkabel atau Ethernet dan tidak ada aktivitas dari perangkat eksternal seperti perangkat penyimpanan USB.
man pmset
:
autopoweroff - Where supported, enabled per default as an implementation
of Lot 6 to the European Energy-related Products Directive. After sleep-
ing for <autopoweroffdelay> minutes, the system will write a hibernation
image and go into a lower power chipset sleep. Wakeups from this state
will take longer than wakeups from regular sleep. The system will not
auto power off if any external devices are connected, if the system is on
battery power, or if the system is bound to a network and wake for net-
work access is enabled.
autopoweroffdelay - delay before entering autopoweroff mode. (Value =
integer, in minutes)
Saya tidak tahu apakah ada perbedaan antara mode hibernasi yang digunakan saat hibernatemode
diatur ke 25
, mode siaga, dan mode hibernasi yang digunakan saat autopoweroff
diaktifkan.
Mode siaga atau hibernasi tidak menghemat banyak energi. Menurut laporan lingkungan Apple , 13-inch MacBook Air saat ini mengkonsumsi 0,25W saat dimatikan dan 0,68W saat dalam mode tidur pada tegangan 230V. MacBook Air memiliki baterai 54-watt-jam, jadi baterai penuh harus bertahan sekitar tiga hari ketika dalam mode tidur (jika Mac tidak masuk ke mode siaga) dan sekitar sembilan hari jika Mac dimatikan. Konsumsi energi dalam mode hibernasi atau siaga mungkin mendekati konsumsi energi saat Mac dimatikan.