From owner-freebsd-questions Wed Jan 5 0:15:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 6DB9214D2F for ; Wed, 5 Jan 2000 00:15:08 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 4643 invoked from network); 5 Jan 2000 08:14:13 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 5 Jan 2000 08:14:13 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id OAA30535 for ; Wed, 5 Jan 2000 14:14:02 +0600 Date: Wed, 5 Jan 2000 14:14:02 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: max user processes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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