From 650e0bc92d231f8cb7c6fb6aecc33758dd3a02e907c29a113413c74a4940855e Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 28 Jan 2015 10:08:14 +0000 Subject: [PATCH] Accepting request 280985 from home:bmwiedemann:branches:Linux-PAM - increase process limit to 1200 to help chromium users with many tabs OBS-URL: https://build.opensuse.org/request/show/280985 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=145 --- pam-limit-nproc.patch | 8 ++++---- pam.changes | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pam-limit-nproc.patch b/pam-limit-nproc.patch index 756946c..20448f5 100644 --- a/pam-limit-nproc.patch +++ b/pam-limit-nproc.patch @@ -7,9 +7,9 @@ Index: Linux-PAM-1.1.8/modules/pam_limits/limits.conf #@student - maxlogins 4 +# harden against fork-bombs -+* hard nproc 800 -+* soft nproc 700 -+root hard nproc 900 -+root soft nproc 850 ++* hard nproc 1700 ++* soft nproc 1200 ++root hard nproc 3000 ++root soft nproc 1850 + # End of file diff --git a/pam.changes b/pam.changes index 99a08cc..ddfb741 100644 --- a/pam.changes +++ b/pam.changes @@ -12,6 +12,11 @@ Fri Jan 9 14:53:50 CET 2015 - kukuk@suse.de - obsoletes pam_xauth-sigpipe.diff - obsoletes bug-870433_pam_timestamp-fix-directory-traversal.patch +------------------------------------------------------------------- +Fri Jan 9 11:10:45 UTC 2015 - bwiedemann@suse.com + +- increase process limit to 1200 to help chromium users with many tabs + ------------------------------------------------------------------- Tue May 6 14:31:36 UTC 2014 - bwiedemann@suse.com