Skip to content

Commit c1f8953

Browse files
committed
runtime-config: defer description to linux docs
Signed-off-by: Vincent Batts <[email protected]>
1 parent 153f13c commit c1f8953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime-config-linux.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ For more information, see [the memory cgroup man page](https://www.kernel.org/do
180180

181181
#### Set oom_score_adj
182182

183-
oom_score_adj works with disableOOMKiller. If out-of-memory killer enabled("disableOOMKiller": false), oom_score_adj can be set to adjust the oom-killer score, the value of oom_score_adj is added to the badness score before it is used to determine which task to kill. If out-of-memory killer disabled("disableOOMKiller": true), the value of oom_score_adj is useless and will be omitted. For more information, see [the proc filesystem man page](https://www.kernel.org/doc/Documentation/filesystems/proc.txt).
183+
oom_score_adj works with disableOOMKiller.
184+
If out-of-memory killer disabled("disableOOMKiller": true), the value of oom_score_adj is useless and will be omitted.
185+
For more information, see [the proc filesystem man page](https://www.kernel.org/doc/Documentation/filesystems/proc.txt).
184186

185187
* **`oomScoreAdj`** *(int, optional)* - adjust the oom-killer score
186188

0 commit comments

Comments
 (0)