Re: Cannot create more than 32K threads?
Ingo Molnar <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 7 Aug 2003, Feng Zhou wrote: > I was using the 'thread-limit' program from > http://people.redhat.com/alikins/tuning_utils/thread-limit.c to test the > number of threads it could create. It seems that it was always hitting > some limit at 32K threads (cannot create thread 32762, to be exact). The > error is ENOMEM. Here's the kernel/ulimit settings, what is the current value of your /proc/sys/vm/max_map_count tunable? Can you max out RAM if you double the current limit? Ingo