On Tue, 15 Aug 2006 22:59:37 +0500, Irfan Habib said: > Hi, > > What is the maximum number of process which can run simultaneously in > linux? I need to create an application which requires 40,000 threads. > I was testing with far fewer numbers than that, I was getting > exceptions in pthread_create There's some a<<FOO funkiness in the /proc file system that will explode on 32-bit machines if the process ID goes over 128K. Of course, with 40K threads, you're probably either on a 64-bit NUMA box or doing things in an incredibly ugly way....
Attachment:
pgpZ9fdSJtfuJ.pgp
Description: PGP signature
- References:
- Maximum number of processes in Linux
- From: "Irfan Habib" <[email protected]>
- Maximum number of processes in Linux
- Prev by Date: [PATCH] rtc-s3c.c: fix time setting checks
- Next by Date: Re: bonding: cannot remove certain named devices
- Previous by thread: Re: Maximum number of processes in Linux
- Next by thread: Re: Maximum number of processes in Linux
- Index(es):