Subject: Re: maxusers
To: None <wojtek@wojtek.3miasto.net>
From: Julio Merino <juli@merino.net>
List: netbsd-users
Date: 06/09/2001 10:39:46
On Fri, Jun 08, 2001 at 08:54:33PM +0200, wojtek@wojtek.3miasto.net wrote:

> what exactly is the effect of maxusers value in kernel config.
> and why with maxusers > 64 i have a warning that something > 64
> 
> couldn't i support more than 64 users?

If I don't mistake, that is an approximate value of how many users you
will have concurrently running. The kernel reserves space on bootup for
that 64 users, but you can run more than those then. The kernel will
grow the table dinamically when needed.

BTW each user run, each xterm, each telnet, etc takes one entry in
that table.

HTH