Created
September 16, 2018 10:18
-
-
Save ionatan-israel/c6fbde9565afa66e39e581ab8d3ee7f8 to your computer and use it in GitHub Desktop.
Fix kernel_task high CPU usage on OS X
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
# Boot to recovery mode and disable system integrity protection | |
csrutil disable | |
# Reboot to regular mode and purge these motherfuckin plists | |
sudo rm -f /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/*.plist | |
# Reboot to recovery mode and enable system integrity protection | |
csrutil enable | |
# Reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment