2.14. 기존 TuneD 프로필 수정
이 절차에서는 기존 TuneD 프로필을 기반으로 수정된 하위 프로필을 생성합니다.
사전 요구 사항
-
TuneD
서비스가 실행 중입니다. 자세한 내용은 TuneD 설치 및 활성화를 참조하십시오.
절차
/etc/tuned/
디렉터리에서 생성하려는 프로필과 동일한 라는 새 디렉터리를 생성합니다.# mkdir /etc/tuned/modified-profile
새 디렉터리에서
tuned.conf
라는 파일을 생성하고[main]
섹션을 다음과 같이 설정합니다.[main] include=parent-profile
parent-profile 을 수정 중인 프로필 이름으로 교체합니다.
프로파일 수정 사항을 포함합니다.
예 2.18. throughput-performance 프로필에서 swappiness 감소
throughput-performance
프로필의 설정을 사용하고 기본값 10이 아닌vm.swappiness
값을 5로 변경하려면 다음을 사용합니다.[main] include=throughput-performance [sysctl] vm.swappiness=5
프로필을 활성화하려면 다음을 사용합니다.
# tuned-adm profile modified-profile
TuneD 프로필이 활성 상태이고 시스템 설정이 적용되었는지 확인합니다.
$ tuned-adm active Current active profile: my-profile
$ tuned-adm verify Verification succeeded, current system settings match the preset profile. See tuned log file ('/var/log/tuned/tuned.log') for details.
추가 리소스
-
시스템의
tuned.conf(5)
도움말 페이지