mac os 时光机器备份加速

Published on with 858 views

正常情况下,时光机器是不会全速运行的,也就是系统对时光机器进行了限速。打开终端,输入以下命令就可以解除限速:

sudo sysctl debug.lowpri_throttle_enabled=0

这时,你就会发现时光机器备份就会快很多。等备份完成之后,再执行下面的命令,就恢复到原本限流的状态,这样以后时光机器备份的时候不至于时光机器占用资源过多导致变卡。

sudo sysctl debug.lowpri_throttle_enabled=1


标题:mac os 时光机器备份加速
作者:yanjing
地址:https://yanjingtp.cn/articles/2022/02/01/1643724492575.html