Sun 3.0, Text: table is full

Chris Torek chris at mimsy.UUCP
Fri Dec 5 03:45:18 AEST 1986


In article <1698 at batcomputer.tn.cornell.edu>
flanagan at batcomputer.tn.cornell.edu (Doug Flanagan) writes:
>O.K.  I give up. What the heck does "Text: table is full" mean?

It means the text table is full.

(The text table is an array that holds information about program
texts.  Every program you run takes one slot; running the same
program many times simultaneously still takes only one slot.)

The fix is to increase the size of the text table, which is best
done by configuring a new kernel with a larger `maxusers' parameter.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
UUCP:	seismo!mimsy!chris	ARPA/CSNet:	chris at mimsy.umd.edu



More information about the Comp.unix.wizards mailing list