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を使用してroot

2としてSVMにログインします。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.