Skip to content

Instantly share code, notes, and snippets.

@ionatan-israel
Created September 16, 2018 10:18
Show Gist options
  • Save ionatan-israel/c6fbde9565afa66e39e581ab8d3ee7f8 to your computer and use it in GitHub Desktop.
Save ionatan-israel/c6fbde9565afa66e39e581ab8d3ee7f8 to your computer and use it in GitHub Desktop.
Fix kernel_task high CPU usage on OS X
# 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