From owner-freebsd-current@FreeBSD.ORG Fri Aug 15 22:43:18 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23E5B106567E for ; Fri, 15 Aug 2008 22:43:18 +0000 (UTC) (envelope-from eakarsu_33@yahoo.com) Received: from n5.bullet.mail.ac4.yahoo.com (n5.bullet.mail.ac4.yahoo.com [76.13.13.27]) by mx1.freebsd.org (Postfix) with SMTP id D4CE08FC19 for ; Fri, 15 Aug 2008 22:43:17 +0000 (UTC) (envelope-from eakarsu_33@yahoo.com) Received: from [76.13.13.26] by n5.bullet.mail.ac4.yahoo.com with NNFMP; 15 Aug 2008 22:43:17 -0000 Received: from [76.13.10.162] by t3.bullet.mail.ac4.yahoo.com with NNFMP; 15 Aug 2008 22:43:17 -0000 Received: from [127.0.0.1] by omp103.mail.ac4.yahoo.com with NNFMP; 15 Aug 2008 22:43:17 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 262980.20893.bm@omp103.mail.ac4.yahoo.com Received: (qmail 98467 invoked by uid 60001); 15 Aug 2008 22:43:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=EHIAGESpXXcj+3CUjjuOaPCT8n4rAOha3fe4B/VVlC/WKsezcvi0iPUuG+yPu76twoY/RswM4KuIlZJalWXyVBU+/81GjD4n1YYxiyfCyz24aBMffoYDpjYwgkqTPAAPT4LdWNAH97ciFMppqOofljEuhiFDV1jov5ssnewRs+o=; Received: from [96.228.60.223] by web45210.mail.sp1.yahoo.com via HTTP; Fri, 15 Aug 2008 15:43:15 PDT X-Mailer: YahooMailRC/1042.48 YahooMailWebService/0.7.218 Date: Fri, 15 Aug 2008 15:43:15 -0700 (PDT) From: Erol Akarsu To: Rui Paulo MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <266307.97521.qm@web45210.mail.sp1.yahoo.com> Cc: freebsd-current@freebsd.org Subject: Re: Freeswitch on latest FBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 22:43:18 -0000 Rui, I appreciate our answer. How will I increase? Can you you give the syntax? Thanks ----- Original Message ---- From: Rui Paulo To: Erol Akarsu Cc: freebsd-current@freebsd.org Sent: Friday, August 15, 2008 4:19:12 PM Subject: Re: Freeswitch on latest FBSD On Fri, Aug 15, 2008 at 12:32:52PM -0700, Erol Akarsu wrote: > I am testing Freeswitch on FreBSD. > > I have Dell Precision workstation with Xeon quad processor 2.66 Ghz. I have installed the latest bsd. > Then I compiled freeswitch on it and made load test. I am sending 800 simultaneous originate calls. > Then, FBSD can create only 1400 threads and the rest of calls are dropped. > > I have run small utility to test how many maximum threads this box can reach to. I have got only 1400 threads. Later on, I ulimit everything to maximum with > ulimit -c unlimited > ulimit -d unlimited > ulimit -f unlimited > ulimit -i unlimited > ulimit -n 999999 > ulimit -q unlimited > ulimit -u unlimited > ulimit -v unlimited > ulimit -x unlimited > ulimit -s 244 > ulimit -l unlimited > ulimit -a > > but the result is same, only 1400 threads maximum. > > how can I increate this limit? You have to increase kern.threads.max_threads_per_proc sysctl. Regards, -- Rui Paulo _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"