«   2025/03   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Recent Posts
Today
Total
03-11 02:51
300x250
관리 메뉴

변군이글루 블로그(Development)

Mac Time Machine 백업 시간 줄이기 본문

리눅스

Mac Time Machine 백업 시간 줄이기

변군Dev 2022. 2. 17. 14:58
728x90

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

 

728x90