AIX
메모리 정책 조정 - 파일캐시 최대치 조정
2swan
2024. 5. 23. 17:36
작업 중 ‘modification to restricted tunable maxclient%, confirmation required yes/no’ 문구가 나오면 yes 입력하여 변경
전체 실메모리 중 FileCache는 최대 15%까지만 사용 가능하게 함
메모리 튜닝값중 filecache 최대 메모리 사용률 조정
# vmo –p –o minperm%=5
# vmo -p –o maxclient%=15
# vmo -p -o maxperm%=15
# vmo -p -o minfree=960
# vmo -p -o maxfree=1088
# vmo -r -o minperm%=5
# vmo -r -o maxclient%=15
# vmo -r -o maxperm%=15
# vmo -r -o minfree=960
# vmo -r -o maxfree=1088
# vmo -a