加速Time Machine备份速度
Last updated
Last updated
sudo sysctl debug.lowpri_throttle_enabled=1<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>fix-el-capitan-slow-time-machine-speed</string>
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/sysctl</string>
<string>debug.lowpri_throttle_enabled=0</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>sudo chown root /Library/LaunchDaemons/fix-el-capitan-slow-time-machine-speed.plistsudo launchctl load /Library/LaunchDaemons/fix-el-capitan-slow-time-machine-speed.plist