mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * nodes/nodes-cluster-overcommit.adoc
|
|
|
|
[id="nodes-cluster-overcommit-node-disable_{context}"]
|
|
= Disabling overcommitment for a node
|
|
|
|
When enabled, overcommitment can be disabled on each node.
|
|
|
|
.Procedure
|
|
|
|
To disable overcommitment in a node run the following command on that node:
|
|
|
|
----
|
|
$ sysctl -w vm.overcommit_memory=0
|
|
----
|
|
|