markdown 修复了风扇运行高,内核任务在macOS上占用500%cpu(高CPU)的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 修复了风扇运行高,内核任务在macOS上占用500%cpu(高CPU)的问题相关的知识,希望对你有一定的参考价值。

# Fixed the fan running high, kernel task taking up 500% cpu (high cpu)

**Step 1: Disable SIP** 

Enter recovery mode
- Shutdown your macbook
- Press keys: `Command + R` 
- Press `power button`
- Release keys `Command + R` when see Apple logo appear
- Open Terminal app on recovery screen, then run below command:
```bash
csrutil disable
```
- Shutdown your macbook


**Step 2: Disable kernal plugin `IOPlatformPluginFamily`**

Enter single mode

Hold down `Command - S` immediately after pressing the `power button` when turning the computer back on. Keep holding until a bunch of white text on black background appears.

- When the white text finishes scrolling enter:
```bash
fsck -y 
mount -uw /
```

- Backup `IOPlatformPluginFamily.kext`
```bash
rsync -av /System/Library/Extensions/IOPlatformPluginFamily.kext /Users/Shared/
```

- Delete `IOPlatformPluginFamily.kext`
```bash
rm -rf /System/Library/Extensions/IOPlatformPluginFamily.kext
```

- Restart your macbbook
```bash
shutdown -r now
```

*Waiting your macbook restart complete.*

> Your macbook run fast again.

Done.

:)

以上是关于markdown 修复了风扇运行高,内核任务在macOS上占用500%cpu(高CPU)的问题的主要内容,如果未能解决你的问题,请参考以下文章

Markdown 5分钟入门

急!CPU温度过高!!解决!!!

markdown 树莓派温控风扇

重装了系统后CPU温度过高

电脑怎么看后台运行

linux内核过高导致vm打开出错修复脚本