SHA256
6
0
forked from pool/pam

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
This commit is contained in:
2015-01-28 10:08:14 +00:00
committed by Git OBS Bridge
parent aaa66694cf
commit 650e0bc92d
2 changed files with 9 additions and 4 deletions

View File

@@ -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