Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 1995 19:58:20 +0100 (MET)
From:      guido@gvr.win.tue.nl (Guido van Rooij)
To:        ghelmer@alpha.dsu.edu (Guy Helmer)
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: Max procs per user
Message-ID:  <199502271858.TAA03863@gvr.win.tue.nl>
In-Reply-To: <Pine.OSF.3.91.950227115248.29201B-100000@alpha.dsu.edu> from "Guy Helmer" at Feb 27, 95 11:57:33 am

next in thread | previous in thread | raw e-mail | index | archive | help
Guy Helmer wrote:
> 
> Is there a common way of increasing the max processess allowed per user 
> in FreeBSD 1.1.5.1?  Is it "options MAXUPRC" in the kernel configuration 
> file?
> 

You could recomfigure uoru kernel with a higher 'maxusers' setting.
If you dont want that, look in /sys/conf/param.c for NPROC or such.
Determijne the new value and put options NPROC="blah" in your kernel
config.

In FreeBSD 2.1 you can increase this limit runtime with 
	sysctl kern.maxprocperuid

-Guido



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502271858.TAA03863>