No sleep doesn’t work? Or no you’re not losing 20%-30% overnight?
Had this issue with the early versions. Since 10.14.2 still 100% after 8 hours sleep. Across a few machines. Problem resolved.
On Battery power- In terminal run the following (this only displays current settings):Back to 14% lost. Looks like it's slightly improved over 10.14.0, but not significantly or with any regularity.
On Battery power- In terminal run the following (this only displays current settings):
pmset -g
What is the output of the command?
System-wide power settings:
Currently in use:
lidwake 1
autopoweroff 1
standbydelayhigh 86400
autopoweroffdelay 28800
proximitywake 0
standby 1
standbydelaylow 10800
ttyskeepawake 1
hibernatemode 3
powernap 0
gpuswitch 2
hibernatefile /var/vm/sleepimage
highstandbythreshold 50
displaysleep 5
sleep 5 (sleep prevented by fud, coreaudiod, iTunes)
acwake 0
halfdim 1
tcpkeepalive 1
disksleep 10
Your standbydelayhigh is set to 24 hours. *If* you ran the command while on battery power, this explains why you lose so much overnight- the machine is never going to full sleep.Code:System-wide power settings: Currently in use: lidwake 1 autopoweroff 1 standbydelayhigh 86400 autopoweroffdelay 28800 proximitywake 0 standby 1 standbydelaylow 10800 ttyskeepawake 1 hibernatemode 3 powernap 0 gpuswitch 2 hibernatefile /var/vm/sleepimage highstandbythreshold 50 displaysleep 5 sleep 5 (sleep prevented by fud, coreaudiod, iTunes) acwake 0 halfdim 1 tcpkeepalive 1 disksleep 10
Your standbydelayhigh is set to 24 hours. *If* you ran the command while on battery power, this explains why you lose so much overnight- the machine is never going to full sleep.
sudo pmset -b standbydelay SECONDS
(change seconds to something more fitting.) I set mine to half an hour.
All settings while on AC power will remain the same.
Thanks