From: Matthijs Kooijman Date: Tue, 5 May 2009 15:07:10 +0000 (+0200) Subject: ssh: Disable changing of the oom_adj value. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=5e14935679f15c54c8be47c88d36632ec1cc9ade ssh: Disable changing of the oom_adj value. This value is meant for making sure ssh is never killed by the oom killer, but that is not allowed inside vservers. --- diff --git a/etc/default/ssh b/etc/default/ssh index 9680d34..afbc23b 100644 --- a/etc/default/ssh +++ b/etc/default/ssh @@ -8,4 +8,5 @@ SSHD_OPTS= # linux/Documentation/filesystems/proc.txt; lower values reduce likelihood # of being killed, while -17 means the OOM-killer will ignore sshd; set to # the empty string to skip adjustment) -SSHD_OOM_ADJUST=-17 +# Disabled since oom_adj is not available inside vservers +SSHD_OOM_ADJUST=