apple macbook 프로그램 사용량 제한, 쓰로틀링 설정 (throttle)
//-------------------------------------
< AppPolice 앱 사용 >
https://github.com/AppPolice/AppPolice
다운로드 -> 설치
실행방법 : Finder -> AppPolice 선택 우클릭 열기
상단바에 AppPolice 아이콘 선택 -> 앱 선택해서 사용량 제한 설정
//-------------------------------------
< cputhrottle 명령어 이용 >
* brew 설치
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
* cputhrottle 설치
brew install cputhrottle
* 사용법
-제한할 프로그램 Process ID (PID) 찾기
ps aux | grep [application_name]
* 사용량 제한 설정
sudo cputhrottle [PID] [percentage]
- ex)
sudo cputhrottle 1234 50
//-------------------------------------
참고) 비슷한 기능의 프로그램
cpulimit
반응형
'Tips' 카테고리의 다른 글
DAW(cubase)에서, 컴퓨터에서 재생중인 소리 녹음하기 (0) | 2024.07.26 |
---|---|
microsoft 365 office outlook 이메일 자동 전달하기 (0) | 2024.07.17 |
윈도우 장치 보안- 코어 격리 - 메모리 무결성 (0) | 2024.06.12 |
무료 동영상 포맷 변환 프로그램 (0) | 2024.06.12 |
Google Workspace 에서 Gemini 사용방법 (0) | 2024.05.23 |