Date: Wed, 5 Jan 2000 14:14:02 +0600 (NOVT) From: "Alexey N. Dokuchaev" <danfe@inet.ssc.nsu.ru> Cc: freebsd-questions@FreeBSD.ORG Subject: max user processes Message-ID: <Pine.LNX.4.10.10001051408050.30463-100000@inet.ssc.nsu.ru> In-Reply-To: <Pine.BSF.4.10.10001051555330.48034-100000@atlas.usls.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Just curious.... I have maxusers 16 in my kernel configuration file (it's not a big system). According to the formula in param.c, maxproc should be 20+16*MAXUSERS So, 20+16*16=276. Now, I issue 'sysctl kern.maxproc', which yields 'kern.maxproc: 276' Cool so far. But when I do 'ulimit -a|grep proc' gives me 'max user processes 275' Any comments? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10001051408050.30463-100000>