From 6566cdfa69c26a0aaaf839cea767c08b88a1a521 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 26 Sep 1997 00:19:53 +0000 Subject: daemon: bump maxproc from 256 to 512 256 means f.e. that only 256 users at once can be served by your HTTPD --- etc/login.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/login.conf') 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:\ -- cgit v1.1