Where am I wasting resources? How to fix this problem?

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Tue Apr 28 13:05:39 UTC 2009


On Tuesday 28 April 2009 14:29:42 Wojciech Puchar wrote:
> [root at wojtek ~]# sysctl -a |grep maxpr
> kern.maxproc: 5266
> kern.maxprocperuid: 4739
>
>
> i don't know if there is limit

Not relevant. See pthread_create(): EAGAIN is returned for lack of kernel 
memory or going over PHTREAD_THREADS_MAX which is ULONG_MAX. 1500 threads 
isn't even close to USHORT_MAX.
-- 
Mel


More information about the freebsd-questions mailing list