Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2009 15:05:36 +0200
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>, VeeJay <maanjee@gmail.com>
Subject:   Re: Where am I wasting resources? How to fix this problem?
Message-ID:  <200904281505.36534.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <alpine.BSF.2.00.0904281429210.27178@wojtek.tensor.gdynia.pl>
References:  <2cd0a0da0904280122x5416837re97255dc37283dc5@mail.gmail.com> <2cd0a0da0904280354w21c75c18p5a4563ca2a719d15@mail.gmail.com> <alpine.BSF.2.00.0904281429210.27178@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 28 April 2009 14:29:42 Wojciech Puchar wrote:
> [root@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904281505.36534.mel.flynn%2Bfbsd.questions>