Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 34406 invoked from network); 23 Feb 2007 16:55:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2007 16:55:41 -0000 Received: (qmail 66337 invoked by uid 500); 23 Feb 2007 16:55:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 66316 invoked by uid 500); 23 Feb 2007 16:55:48 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 66307 invoked by uid 99); 23 Feb 2007 16:55:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 08:55:48 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=RCVD_IN_NJABL_PROXY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.176.63.108] (HELO ext1-chi.ldsys.net) (208.176.63.108) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2007 08:55:36 -0800 Received: from [192.168.100.3] (200-150-162-71.interair.com.br [200.150.162.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ext1-chi.ldsys.net (Postfix) with ESMTP id 6031FB8027 for ; Fri, 23 Feb 2007 10:55:15 -0600 (CST) Message-ID: <45DF1C71.50305@ldsys.net> Date: Fri, 23 Feb 2007 14:55:13 -0200 From: "Christopher G. Stach II" User-Agent: Thunderbird 1.5.0.9 (X11/20070212) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Too many open files exception on broker References: <9122263.post@talk.nabble.com> In-Reply-To: <9122263.post@talk.nabble.com> X-Enigmail-Version: 0.94.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org GaryG wrote: > A co-worker here recommended upping the open file limit before I bring up > the Broker JVM with these commands: > ---------- > ulimit -u unlimited > ulimit -n 90000 > ulimit -s unlimited > ----------- > > Which, I'll try shortly, but what I don't understand, is why would AMQ even > be in such a state in the first place? > > Is there a bug with this too many open files issue? Is there another fix > that is recommended? > It's normal *nix resource limits. Just like the nohup thing, this really doesn't have anything to do with AMQ specifically. -- Christopher G. Stach II