PowerFlex: SVM vm.overcommit 모범 사례

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

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this 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를 유지 보수 모드로 전환할 필요는 없습니다. 
 
 

Affected Products

PowerFlex rack
Article Properties
Article Number: 000198177
Article Type: How To
Last Modified: 26 Nov 2025
Version:  7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.