Subject: Re: Max open files per process
To: C Kane <ckane@best.com>
From: Nigel Reed <nigel@nelgin.nu>
List: current-users
Date: 10/22/1998 20:24:05
While looking around at some other stuff, I came across this in my build
directory...
the file param.c contains

#ifndef NPROC
#define NPROC (20 + 16 * MAXUSERS)
#endif
int     maxproc = NPROC;

So I guess it is changed with MAXUSERS in your config file.

I'm by no means even a tiny bit of an expert on this, so I'd wait for a
while to
see if anyone tells you I'm wildly wrong *grin*.

Regards
Nigel
-----Original Message-----
From: C Kane <ckane@best.com>
To: current-users@netbsd.org <current-users@netbsd.org>
Date: Thursday, October 22, 1998 08:00 PM
Subject: Max open files per process


>If there is a limit on the number of open files
>per process, what is it by default and how is it
>changed?
>
>-- Chuck
>