리눅스
[draft] Mac Time Machine 백업 시간 줄이기
SangChul Dot Kr Blog
2025. 9. 26. 22:33
Mac Time Machine 백업 시간 줄이기
낮은 프로세스 우선 순위 조절을 제거하여 타임머신 속도를 향샹
설정
sudo sysctl debug.lowpri_throttle_enabled=0
> sudo sysctl debug.lowpri_throttle_enabled=0
Password:
debug.lowpri_throttle_enabled: 1 -> 0
확인
sysctl debug.lowpri_throttle_enabled
> sysctl debug.lowpri_throttle_enabled
debug.lowpri_throttle_enabled: 0