You should never have got a working kernel with more NR_TASKS set to
more than 4092 (4090 with APM enabled). Do you use APM?
You are constrained by the fact that we use two entries in the GDT
(Global Descriptor Table) for each process. There are at most
8192 entries in the GDT and the kernel uses the first 8 for
itself. In the 2.0 kernel, APM uses three more descriptors
at the end of the table. In the 2.1 kernels, APM uses four
more at the beginning.
Cheers,
Stephen Rothwell Stephen.Rothwell@canb.auug.org.au
-
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/