On Wed, 29 Nov 2000, Todd A. Jacobs wrote:
> Is there a /proc entry for increasing the number of PID's a system will
> support before recycling? By default, the system seems to support 32,768
> PID's before recycling. I'd like to increase that as much as possible.
Not really. The max value of PID is a result of the variable type used to
store the pid. The kernel and glibc both define pid_t as being an int so
you're pretty stuck. I suppose diffrent kernels (2.4 for instance) might
define pid_t as something else but there is still no way you can take
advantage of it without a recompile. And even then only if your glibc also
redefined it.
M.
--
WebCentral Pty Ltd Australia's #1 Internet Web Hosting Company
Level 1, 96 Lytton Road. Network Operations - Systems Engineer
PO Box 4169, East Brisbane. phone: +61 7 3249 2583
Queensland, Australia. pgp key id: 0x900E515F
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list