PowerFlex: SVM vm.overcommit 모범 사례

Résumé: 이 문서에서는 vm.overcommit_memory 및 vm.overcommit_ratio 설정을 확인하는 방법과 모범 사례에 맞게 설정을 수정하는 방법에 대한 지침을 제공합니다.

Cet article concerne Cet article ne concerne pas Cet article n’est associé à aucun produit spécifique. Toutes les versions du produit ne sont pas identifiées dans cet article.

Instructions

SVM vm.overcommit 설정을 확인 및/또는 수정하려면 다음 단계를 따르십시오.

1. 루트

로 SSH를 사용하여 SVM에 로그인합니다. 2. cat /etc/sysctl.conf 실행 | grep "vm.overcommit"
예.
[root@sds-node logs]# cat /etc/sysctl.conf | grep "vm.overcommit"
vm.overcommit_memory = 2
vm.overcommit_ratio = 50

3, 다음 명령을 실행합니다.
sed -i 's/vm\.overcommit_memory = .*/vm\.overcommit_memory = 2/g' /etc/sysctl.conf
sed -i 's/vm\.overcommit_ratio = .*/vm\.overcommit_ratio = 100/g' /etc/sysctl.conf
sysctl -p

검증
[root@sds-node logs]# cat /etc/sysctl.conf | grep "vm.overcommit"
vm.overcommit_memory = 2
vm.overcommit_ratio = 100

환경의 모든 SVM에서 이 단계를 반복하여 권장 모범 사례 설정으로 설정되었는지 확인합니다. 이 작업을 수행하기 위해 SDS를 유지 보수 모드로 전환할 필요는 없습니다. 
 
 

Produits concernés

PowerFlex rack
Propriétés de l’article
Numéro d’article: 000198177
Type d’article: How To
Dernière modification: 13 May 2026
Version:  8
Trouvez des réponses à vos questions auprès d’autres utilisateurs Dell
Services de support
Vérifiez si votre appareil est couvert par les services de support.