Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 51529 invoked from network); 9 Feb 2007 18:38:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 18:38:02 -0000 Received: (qmail 70522 invoked by uid 500); 9 Feb 2007 18:38:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 70491 invoked by uid 500); 9 Feb 2007 18:38:06 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 70480 invoked by uid 99); 9 Feb 2007 18:38:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 10:38:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of goyathlay.geronimo@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 10:37:57 -0800 Received: by wx-out-0506.google.com with SMTP id s18so845101wxc for ; Fri, 09 Feb 2007 10:37:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gOJiSMmGYNawnCQtPErZNJJih1k1EvVbvPRxPdsoBTuMGhw7SK+gs4qzBXKOU2t/mTXgNaa1z5ZMWIqoOZorW76Zw667mVqFuOKyVLM1bhTO4CA9MLsoDWKxGhZhb6mmAA4N5vOV6tOb+oXUpUOV2RRBOpRtCkmgJf5tf9ky+K0= Received: by 10.90.31.19 with SMTP id e19mr13041084age.1171046256506; Fri, 09 Feb 2007 10:37:36 -0800 (PST) Received: by 10.90.81.20 with HTTP; Fri, 9 Feb 2007 10:37:36 -0800 (PST) Message-ID: Date: Fri, 9 Feb 2007 13:37:36 -0500 From: "Prasad Kashyap" To: dev@geronimo.apache.org Subject: Re: java.lang.OutOfMemoryError: Java heap space In-Reply-To: <21df75940702091025v6e70fc56la24152d6e9887316@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45CC91AF.5070205@gmail.com> <21df75940702091025v6e70fc56la24152d6e9887316@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Wow ! Thanx Paul. David Blevins had once told me that if the deployer does not find geronimo-openejb.xml, it does not know it has to handle the app to OpenEJB deployer. The recent changes during OpenEJB integration enables a DD and plan free deployment. However, this I suspect, causes a nasty side-effect where the OpenEJB deployer is coming into the picture even when the app is a pure web module. Cheers Prasad On 2/9/07, Paul McMahan wrote: > When I disabled processWebAnnotations() in EjbRefBuilder the time it > took to deploy a simple web application went from 27 seconds to 9 > seconds. I was also able to run web-testsuite without hitting the > OOM error and without increasing max heap size. > > Tim, IIUC you had a patch ready for GERONIMO-2816. It might be a > good time to try that out :-) > > Best wishes, > Paul > > On 2/9/07, Lin Sun wrote: > > I've seen the same thing with the jax-ws test! It took over 15 secs to > > deploy and I know it wasn't taken that long a few weeks ago. > > > > Lin > > > > > Also, the deployment itself now seems to take atleast 2x-4x longer than > > > before. > > > > > > Cheers > > > Prasad > > > > > > > >