summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-09-23 03:09:51 +0000
committerpeter <peter@FreeBSD.org>1997-09-23 03:09:51 +0000
commit6999ea811c2215a51a84e8cc8ef14cf50c0e70b5 (patch)
treef4505862a2a0e2b776f33fd90343242ef39ee25b /etc/login.conf
parent3884570228b4fa8937f60dd6d2fcba459b3a17d3 (diff)
downloadFreeBSD-src-6999ea811c2215a51a84e8cc8ef14cf50c0e70b5.zip
FreeBSD-src-6999ea811c2215a51a84e8cc8ef14cf50c0e70b5.tar.gz
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.
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 04426a4..8bb1ecc 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -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:
OpenPOWER on IntegriCloud