[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] max number of processes



You have to edit /usr/include/linux/tasks.h, then rebuild the kernel

The comment:

/*
 * This is the maximum nr of tasks - change it if you need to
 */

NR_TASKS defaults to 512
MAX_TASKS_PER_USER defaults to NR_TASKS/4

So, if you want to run more than 128 tasks as a single user id, you
might only need to change the second define.

-Eric.

Marc Vogt writes:
 > How does one go about changing the max number of user processes
 > and/or max number of processes in linux?  These are kernel parameters
 > in UNIX variants I can think of and require a rebuild after changing.
 > I have nothing against recompiling my kernel but where do I change the
 > variables beforehand on a linux box.  Is their location distribution
 > dependent?  I run COL 2.3.
 > 
 > thanks
 > 
 > Marc 
 > 
 > --
 > To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.