Increase default amount of processes for normal users to 4096

This commit is contained in:
Denis Silakov 2014-11-06 09:17:20 -05:00
parent 4caa3ef926
commit 4ab70213ca
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
# accidental fork bombs. # accidental fork bombs.
# See rhbz #432903 for reasoning. # See rhbz #432903 for reasoning.
* soft nproc 1024 * soft nproc 4096
root soft nproc unlimited root soft nproc unlimited

View file

@ -13,7 +13,7 @@
Summary: A security tool which provides authentication for applications Summary: A security tool which provides authentication for applications
Name: pam Name: pam
Version: 1.1.8 Version: 1.1.8
Release: 4 Release: 5
Epoch: 1 Epoch: 1
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+, # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,