Raise some of the 'daemon' class limits as used by things started

from /etc/rc, including inetd and it's children, stuff from
/usr/local/etc/rc.d (eg: squid, apache).  The default limits are causing
a lot of problems including things like fsck failing on large disks.
I hope I've understood the quirks of the override mechanism properly.
This commit is contained in:
Peter Wemm 1997-09-23 03:09:51 +00:00
parent 301127fb0a
commit e97173f788
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29731

View file

@ -9,7 +9,7 @@
# This file controls resource limits, accounting limits and
# default user environment settings.
#
# $Id: login.conf,v 1.12 1997/05/23 12:46:52 ache Exp $
# $Id: login.conf,v 1.13 1997/07/11 22:11:13 guido Exp $
#
@ -129,7 +129,8 @@ root:\
#
daemon:\
:coredumpsize=0:\
:datasize=32M:\
:datasize=infinity:\
:datasize-cur@:\
:maxproc=256:\
:maxproc-cur@:\
:memoryuse-cur=64M:\
@ -137,6 +138,7 @@ daemon:\
:openfiles=1024:\
:openfiles-cur@:\
:stacksize=16M:\
:stacksize-cur@:\
:tc=default: