summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-26 00:19:53 +0000
committerache <ache@FreeBSD.org>1997-09-26 00:19:53 +0000
commit6566cdfa69c26a0aaaf839cea767c08b88a1a521 (patch)
tree3519fe0caca88312886f0784f4eb377cfd7fca31 /etc/login.conf
parenteeedaac4ba2fa481b637ba1a573d8cd4fbe46bda (diff)
downloadFreeBSD-src-6566cdfa69c26a0aaaf839cea767c08b88a1a521.zip
FreeBSD-src-6566cdfa69c26a0aaaf839cea767c08b88a1a521.tar.gz
daemon: bump maxproc from 256 to 512
256 means f.e. that only 256 users at once can be served by your HTTPD
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 651fa4d..1a2913d 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.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:\
OpenPOWER on IntegriCloud