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
'리눅스' 카테고리의 다른 글
[draft] Git 경고 메시지 "LF will be replaced by CRLF the next time Git touches it" 해결 방법 (0) | 2025.09.26 |
---|---|
[draft] MySQL에서 Time Zone 관련 변수를 설정하고 사용하는 방법 (0) | 2025.09.26 |
[draft] timedatectl 명령어 (0) | 2025.09.26 |
[draft] /etc/timezone도 수동으로 업데이트 (0) | 2025.09.26 |
[draft] lftp와 FileZilla를 사용한 FTPS 클라이언트 설정 방법 (0) | 2025.09.26 |