Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2001 08:36:32 -0600
From:      Mike Meyer <mwm@mired.org>
To:        "Dave" <north1@nexicom.com>
Cc:        questions@freebsd.org
Subject:   Re: User limitations
Message-ID:  <15035.24432.695490.250312@guru.mired.org>
In-Reply-To: <1361108@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Dave <north1@nexicom.com> types:
> I just have a quick qustion, how many users can freebsd 4.0 generic 
> support at the same time either by ssh or telnet by the defaults?
> Do i need to recompile the kernel for over 200 users?

No, you don't need to. However, various system table sizes are tuned
for a smaller number of users than that, so you're liable to find
yourself running out of things. You would do well to create a custom
config and set maxusers to a larger number, so those tables will be
bigger. At that time, going through your dmesg output and taking out
all the unneeded devices will make the kernel footprint smaller, which
will compensate for the tables being larger.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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?15035.24432.695490.250312>