From 731ae6c394c830cdbc840868c736dd39ec4bf3fa8dde2976db7a6d82e42528c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Engel Date: Tue, 30 Aug 2016 14:33:48 +0000 Subject: [PATCH] Accepting request 416170 from home:develop7:branches:Linux-PAM pam-limit-nproc.patch: increased process limit to help Chrome/Chromuim users with really lots of tabs. New limit gets closer to UserTasksMax parameter in logind.conf Not sure why it is even there given the presence of logind, but let's deal with it gradually, one step at a time. OBS-URL: https://build.opensuse.org/request/show/416170 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=165 --- pam-limit-nproc.patch | 4 ++-- pam.changes | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pam-limit-nproc.patch b/pam-limit-nproc.patch index 20448f5..e571d77 100644 --- a/pam-limit-nproc.patch +++ b/pam-limit-nproc.patch @@ -7,8 +7,8 @@ Index: Linux-PAM-1.1.8/modules/pam_limits/limits.conf #@student - maxlogins 4 +# harden against fork-bombs -+* hard nproc 1700 -+* soft nproc 1200 ++* hard nproc 4000 ++* soft nproc 3500 +root hard nproc 3000 +root soft nproc 1850 + diff --git a/pam.changes b/pam.changes index c0799d4..fa9c5ed 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 31 11:08:19 UTC 2016 - develop7@develop7.info + +- pam-limit-nproc.patch: increased process limit to help + Chrome/Chromuim users with really lots of tabs. New limit gets + closer to UserTasksMax parameter in logind.conf + ------------------------------------------------------------------- Thu Jul 28 14:29:09 CEST 2016 - kukuk@suse.de