Mac 랩톱에서 사용하는 기본 잠자기 모드는 기존 잠자기 모드 (RAM 일시 중지)와 최대 절전 모드 (디스크 일시 중지) 사이의 하이브리드입니다. RAM의 내용은 디스크에 저장되지만 RAM의 전원도 유지됩니다. 데스크탑 Mac은 기본적으로 전통적인 절전 모드 (RAM으로 중단)를 사용합니다.
참조 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.
랩톱 또는 데스크탑 Mac을 항상 최대 절전 모드 (디스크 일시 중단)로 만들려면 다음을 실행하십시오.
sudo pmset -a hibernatemode 25
랩탑을 항상 배터리 전원으로 최대 절전 모드로 만들려면 다음을 실행하십시오.
sudo pmset -b hibernatemode 25
절전 모드에서 에너지 소비 hibernatemode
를 25
줄 이도록 설정 하면 절전 시간이 더 오래 걸립니다.
일부 새로운 Mac은 특정 조건에서 일정 시간 동안 일반 잠자기 모드에있게되면 자동으로 대기 모드로 들어갑니다. http://support.apple.com/kb/HT4392를 참조 하십시오 (Mac 컴퓨터 : 대기 모드에 관하여) :
대기 모드를 사용할 수있는 Mac :
- MacBook Pro (Retina, 13-inch, Late 2012) 이상
- MacBook Pro (Retina, 15-inch, Early 2013) 이상
- MacBook Pro (Retina, 2012 년 중반)
- MacBook Air (Mid 2010) 이상
- Mac mini (Late 2012) 이상의 SSD 및 Fusion 드라이브 버전
- iMac (Late 2012) 이상의 SSD 및 Fusion 드라이브 버전
2013 년 이후에 제조 된 Mac 컴퓨터는 3 시간의 "정규"절전 모드 후에 대기 모드로 들어갑니다. 이전 컴퓨터는 1 시간 이상 "정기적 인"절전 모드가 끝난 후 활성화됩니다.
대기 모드로 들어가려면 컴퓨터가 다음을 충족해야합니다.
- 배터리 전원으로 작동해야합니다 (Mac 노트북 컴퓨터 인 경우).
- USB 장치가 연결되어 있지 않습니다.
- Thunderbolt 장치가 연결되어 있지 않습니다.
- 삽입 된 SD 카드가 없습니다.
- 외부 디스플레이가 연결되어 있지 않습니다.
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
배터리 전원이 켜져 있지 않아도 대기 모드를 활성화합니다. sudo pmset -a standbydelay 1800
대기 모드로 들어가기 전에 지연 시간을 30 분으로 변경합니다.
일부 Mac은 특정 조건에서 4 시간의 정상적인 잠자기 후 최대 절전 모드로 전환됩니다. http://support.apple.com/kb/HT1757을 참조 하십시오 .
OS X Mountain Lion v10.8.2 보완 업데이트 2.0이 출시되면서 4 시간 동안 컴퓨터를 AC 전원에 연결 한 후 안전한 절전 모드로 전환 할 수있는 새로운 기능이 도입되었습니다. 이는 유럽 에너지 표준 (ErP Lot6)을 준수하기위한 노력입니다. 무선 또는 이더넷 활동이없고 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)
hibernatemode
로 설정된 25
최대 절전 모드와 대기 모드 및 autopoweroff
활성화 된 최대 절전 모드 사이에 차이가 있는지 모르겠습니다 .
대기 모드 또는 최대 절전 모드는 그렇게 많은 에너지를 절약하지 못합니다. Apple의 환경 보고서 에 따르면 현재 13 인치 MacBook Air는 꺼져있을 때 0.25W를 소비하고 230V 전압에서 휴면 모드에있을 때 0.68W를 소비합니다. MacBook Air에는 54 와트-시간의 배터리가 있으므로, 전체 배터리는 잠자기 모드 (Mac이 대기 모드로 들어 가지 않는 경우)에서 약 3 일, Mac이 꺼져있는 경우 약 9 일 동안 지속되어야합니다. 최대 절전 모드 또는 대기 모드의 에너지 소비는 Mac이 꺼져있을 때의 에너지 소비와 거의 비슷합니다.