[2772] in Release_Engineering
Re: increasing max number of user processes
probe@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Thu Apr 16 05:36:30 1992
The default for AIX 3.1 is maxuproc=40, however, our installation
procedure already changes it to maxuproc=64. How nice... a release
change that was done a release in advance :)
The command to change it, I believe, is:
chdev -l sys0 maxuproc=<n>
I know the "device" and the "attribute" are correctly specified from
using the "lsattr" command, but I forgot about -P (it seems like -P
would be wrong for changing these parameters; ODM editing doesn't
sound like it would be sufficient).
-R