diff options
author | Colin Watson <cjwatson@debian.org> | 2008-03-30 20:42:51 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-03-30 20:42:51 +0000 |
commit | 90f8cf5340c1b07d8dc62eecbc5efbd635215748 (patch) | |
tree | cab897a335541b002455b60ec0b798aa2f3bac56 /debian/openssh-server.default | |
parent | 3ca4df8019718052bde24bd6b717d3dd284c5180 (diff) |
* Disable the Linux kernel's OOM-killer for the sshd parent; tweak
SSHD_OOM_ADJUST in /etc/default/ssh to change this (closes: #341767).
Diffstat (limited to 'debian/openssh-server.default')
-rw-r--r-- | debian/openssh-server.default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/openssh-server.default b/debian/openssh-server.default index 304042224..c4569e6c1 100644 --- a/debian/openssh-server.default +++ b/debian/openssh-server.default | |||
@@ -3,3 +3,8 @@ | |||
3 | 3 | ||
4 | # Options to pass to sshd | 4 | # Options to pass to sshd |
5 | SSHD_OPTS= | 5 | SSHD_OPTS= |
6 | |||
7 | # OOM-killer adjustment for sshd (see | ||
8 | # linux/Documentation/filesystems/proc.txt; lower values reduce likelihood | ||
9 | # of being killed, -17 = disable) | ||
10 | SSHD_OOM_ADJUST=-17 | ||