daemon: bump maxproc from 256 to 512
256 means f.e. that only 256 users at once can be served by your HTTPD
This commit is contained in:
parent
eeedaac4ba
commit
6566cdfa69
@ -9,7 +9,7 @@
|
||||
# This file controls resource limits, accounting limits and
|
||||
# default user environment settings.
|
||||
#
|
||||
# $Id: login.conf,v 1.14 1997/09/23 03:09:51 peter Exp $
|
||||
# $Id: login.conf,v 1.15 1997/09/23 14:14:10 peter Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -132,7 +132,7 @@ daemon:\
|
||||
:coredumpsize-cur=0:\
|
||||
:datasize=infinity:\
|
||||
:datasize-cur@:\
|
||||
:maxproc=256:\
|
||||
:maxproc=512:\
|
||||
:maxproc-cur@:\
|
||||
:memoryuse-cur=64M:\
|
||||
:memorylocked-cur=64M:\
|
||||
|
Loading…
x
Reference in New Issue
Block a user