Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nyx-rattapoom/4581da775939bff020485d51f32b76b2 to your computer and use it in GitHub Desktop.
Save nyx-rattapoom/4581da775939bff020485d51f32b76b2 to your computer and use it in GitHub Desktop.
disable hibernate mode on macos when issue with m2 ssd
// for disable
sudo pmset -a hibernatemode 0
// for re-enable
sudo pmset -a hibernatemode 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment