Re: Max threads per process?

Andreas Jellinghaus (aj@dungeon.inka.de)
Sun, 23 Aug 1998 23:12:06 +0200


In article <199808232012.QAA09928@pretzel.normnet.org> you write:
>It is not immediately obvious from my grep'ing... what is the maximum
>number of threads per process under Linux? Does that number vary across
>different processor architectures?

include/linux/task.h defines the maximum processes per user and
maximum total tasks. each thread is counted as process.
it's safe to increase these values. 2048 maximum, 1000 real threads,
and got no problems ...

andreas

-
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.altern.org/andrebalsa/doc/lkml-faq.html