priority_paging 및 cachefree 조정 매개 변수는 Solaris 9 릴리스에서 지원되지 않습니다. 이러한 매개 변수는 우선 순위 페이징과 유사한 페이징 정책을 구현하는 향상된 파일 시스템 캐싱 구조로 교체되었지만 항상 사용 가능합니다. /etc/system 파일에서 이러한 매개 변수를 설정하려는 경우 다음과 같은 부트 시간 경고가 나타납니다.
sorry, variable 'priority_paging' is not defined in the 'kernel' sorry, variable 'cachefree' is not defined in the 'kernel' |
Solaris 9 릴리스 또는 pkgadd SUNWcsr 패키지로 업그레이드하고 /etc/system 파일에 priority_paging 또는 cachefree 매개 변수가 포함되면 다음이 발생합니다.
priority_paging 또는 cachefree 매개 변수가 /etc/system 파일에 설정되어 있는 경우 다음 메시지가 표시됩니다.
NOTE: /etc/system has been modified since it contains references to priority paging tunables. Please review the changed file. |
주석은 /etc/system 파일의 priority_paging 또는 cachefree를 설정하는 행 앞에 삽입됩니다. 예를 들어, priority_paging이 1로 설정되면 이 행은 다음 행으로 교체됩니다.
* NOTE: As of Solaris 9, priority paging is unnecessary and * has been removed. Since references to priority paging-related tunables * will now result in boot-time warnings, the assignment below has been * commented out. For more details, see the Solaris 9 Release Notes, or * the "Solaris Tunable Parameters Reference Manual". * set priority_paging=1 |