-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Update README to provide workarounds for hibernation problems o…
…n CML machines
- Loading branch information
1 parent
a9bbeb0
commit 72f6dbc
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
To disable hibernation, we need to run following commands in `Terminal.app`: | ||
|
||
sudo pmset -a hibernatemode 0 | ||
sudo pmset autopoweroff 0 | ||
sudo pmset powernap 0 | ||
sudo pmset standby 0 | ||
sudo pmset proximitywake 0 | ||
sudo pmset tcpkeepalive 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters