Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!vrdxhq!baskin!citcom!peter From: peter@citcom.UUCP (Peter Klosky) Newsgroups: comp.unix.questions Subject: Sun ntext trouble summary Message-ID: <11@citcom.UUCP> Date: Thu, 16-Apr-87 10:09:48 EST Article-I.D.: citcom.11 Posted: Thu Apr 16 10:09:48 1987 Date-Received: Sun, 19-Apr-87 10:31:20 EST Organization: Citcom Systems, Inc., Herndon, VA Lines: 15 Keywords: ntext xxx Thanks for all the help with the "text: table is full" message we had trouble with on our Sun. We are amazed at the speed and quantity of correct responses to our query; way to go, net. In short, the "ntext" variable controls the number of programs that can be run at any given time. We had MAXUSERS at 4 so int ntext = MAXUSERS + 24; yielded 28 programs at once. Given that the system needs about 20 programs with no users, this left eight different programs runnable. Second and subsequent invocations of a given program can share entries in the text table, of course. Interestingly, NPROC is set at 16 * MAXUSERS + 10. -- Peter Klosky, Citcom Systems (materiel de telecommunications) seismo!vrdxhq!baskin!citcom!peter