Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!IBM.COM!RAH From: RAH@IBM.COM ("Russell A. Heise") Newsgroups: comp.unix.aix Subject: Re: A couple of hardware questions about the 6000 Message-ID: <071290.102923.heise1@ibm.com> Date: 12 Jul 90 15:30:37 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 19 geoff@edm.uucp (Geoff Coleman) writes: > ... > Yes you are correct in saying that the number of process slots is > large (it is 131071 on my present load 9005K). But what concerns me is the > value of maxproc being 40. This number was obtained from the var command > within crash. Does this not mean that any user (other than root of course) > is limited to 40 processes at once? Yes, this is the default limitation. However, it can be changed. As root, use the command: chdev -l sys0 -a maxproc=## <== where ## is the number of procs you want per user Use the command: lsattr -l sys0 -E to see all the attributes of sys0 and to check your change. Russ Heise, AIX Technical Support, IBM rah@ibm.com