Operating System - HP-UX
1831447 Members
3006 Online
110025 Solutions
New Discussion

max child process number on Unix

 
SOLVED
Go to solution
Victor Bao
Occasional Contributor

max child process number on Unix

Is there a limition for maxmum child process number that one process may have at one time ?
I don't think there is one, but still want get some confirmation.
Thanks a lot,
Victor
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: max child process number on Unix

Not exactly but there is a limit to the number of processes for a common user id (UID) and that is maxuprc which defaults to 75 but can be increased. This would have the effect of limiting the number of child processes unless a setuid() were done.

If it ain't broke, I can fix that.
Jeff Schussele
Honored Contributor

Re: max child process number on Unix

Hi Victor,

One limitation for non-root users would be
maxuprc (Max # of User Processes)

And of course there is
nproc (Max # of Processes)

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
harry d brown jr
Honored Contributor

Re: max child process number on Unix


and of course there are threads...

And of course if the maximum PID number is set to 30000, then you have a real limit, 30000.

live free or die
harry
Live Free or Die