Last active
April 20, 2017 19:03
-
-
Save xsnpdngv/7c949c7c94560f9f05ef52662c251e54 to your computer and use it in GitHub Desktop.
Powersaving by enabling SATA Agressive Link Power Management
This file contains hidden or 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
| sudo apt-get install powerstat pm-utils powertop | |
| echo SATA_ALPM_ENABLE=true | sudo tee /etc/pm/config.d/sata_alpm | |
| sudo pm-powersafe true | |
| sudo powertop --auto-tune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment