problem with running out of processes

Thomas Pornin (pornin@bolet.ens.fr)
Tue, 23 Feb 1999 19:57:43 +0100


In article <Pine.LNX.4.05.9902231431270.338-100000@tahallah.demon.co.uk>
you write:
> Am I correct in thinking that there's a number of processes limit in
> Linux?

Indeed. See linux/include/linux/tasks.h. You may configure NR_TASKS
(total number of processes), MAX_TASKS_PER_USER (maximum number of tasks
for one user) and MIN_TASKS_LEFT_FOR_ROOT (only root may use these
ones).

The upper limit for MAX_TASKS_PER_USER on i386 is 4092 (4090 if you
compiled APM support).

--Thomas Pornin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/