maxusers in config file (4BSD)

Chris Torek chris at umcp-cs.UUCP
Wed Jan 16 14:14:12 AEST 1985


Sigh.  ``maxusers'' doesn't limit the number of people who can log in;
it's supposed to be the largest number of people you expect to be bashing
away at any one time.  It controls the size of a lot of system tables.
If those tables overflow, you get lots of things printed on your console,
and programs won't run, but nothing drastic happens.

You can have maxusers set to 10 and have 10 thousand people logged in;
the system won't care, but only about 10 of them will have enough resources
available to get things done.

If you aren't getting ``file table full'' or ``inode table full'' or
shell gripes about ``no more processes'' when starting programs, then
your maxusers is probably not set too small.
-- 
(This line accidently left nonblank.)

In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.unix.wizards mailing list