summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-23 12:46:52 +0000
committerache <ache@FreeBSD.org>1997-05-23 12:46:52 +0000
commit09b6e2858e64c29ae617a610a0fff7c22cd35968 (patch)
tree5231b93e94ced0945ba6d057d712fa34aaec69e7 /etc
parent2156e7a9ec6206f034cb233a7376679a2753ff23 (diff)
downloadFreeBSD-src-09b6e2858e64c29ae617a610a0fff7c22cd35968.zip
FreeBSD-src-09b6e2858e64c29ae617a610a0fff7c22cd35968.tar.gz
Fix "daemon" class, Apache not works from /etc/rc otherwise.
Among bumping several limits, most interesting thing is that Apache requires than "filesize=64M" restriction must be removed. I think it is due to mmap() usage in apache, but I am not shure.
Diffstat (limited to 'etc')
-rw-r--r--etc/login.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 941c9d1..1817a90 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.10 1997/05/19 00:03:48 gpalmer Exp $
+# $Id: login.conf,v 1.11 1997/05/23 00:12:34 pst Exp $
#
@@ -128,15 +128,15 @@ root:\
# Settings used by /etc/rc
#
daemon:\
- :cputime=infinity:\
- :filesize=64M:\
- :datasize=32M:\
- :stacksize=16M:\
:coredumpsize=0:\
+ :datasize=32M:\
+ :maxproc=256:\
+ :maxproc-cur@:\
:memoryuse-cur=64M:\
:memorylocked-cur=64M:\
- :maxproc=32:\
:openfiles=1024:\
+ :openfiles-cur@:\
+ :stacksize=16M:\
:tc=default:
OpenPOWER on IntegriCloud