For root & daemon classes bump max openfiles to 1024 to really activate
bumped select limit
This commit is contained in:
parent
50f2cbce52
commit
080bc24d48
@ -9,7 +9,7 @@
|
||||
# This file controls resource limits, accounting limits and
|
||||
# default user environment settings.
|
||||
#
|
||||
# $Id$
|
||||
# $Id: login.conf,v 1.5 1997/02/23 09:20:41 peter Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -118,7 +118,7 @@ root:\
|
||||
:maxproc=infinity:\
|
||||
:memoryuse-cur=32M:\
|
||||
:maxproc-cur=64:\
|
||||
:openfiles-cur=256:\
|
||||
:openfiles-cur=1024:\
|
||||
:priority=0:\
|
||||
:requirehome@:\
|
||||
:umask=022:\
|
||||
@ -137,7 +137,7 @@ daemon:\
|
||||
:memoryuse-cur=64M:\
|
||||
:memorylocked-cur=64M:\
|
||||
:maxproc=32:\
|
||||
:openfiles=256:\
|
||||
:openfiles=1024:\
|
||||
:tc=default:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user