Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 86837 invoked from network); 21 Jun 2007 06:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 06:41:42 -0000 Received: (qmail 67657 invoked by uid 500); 21 Jun 2007 06:41:43 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 67631 invoked by uid 500); 21 Jun 2007 06:41:43 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 67620 invoked by uid 99); 21 Jun 2007 06:41:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 23:41:43 -0700 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 manu.t.george@gmail.com designates 72.14.246.244 as permitted sender) Received: from [72.14.246.244] (HELO ag-out-0708.google.com) (72.14.246.244) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 23:41:37 -0700 Received: by ag-out-0708.google.com with SMTP id 5so440521agb for ; Wed, 20 Jun 2007 23:41:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NRwyZThzzNTH01DRw6F6l2FI+Yzqsxm4tqy7C4ttvo7q7xTEabCd0kIZ8omA7sC/Hljh5vL50NmFCOfUz5rO/WqGC5CJ0XhzoKzDjJkt8fcwWn5mRQ1oVK2jaa6LjIahpDPeHUm4O3Ng4fVeflFgRVQE5P6ulg4Ruf0M9wfJIKA= 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=L7QoOjjhhOzeUZeLClYf+cIClQoK1xP8CKiDJwYsk/RpTX0GOeuORdcPOTYPQ1v5JV3SeI8TNOqI7EXeTRUF7+dHK3Gzz/83rSvDvGZbwR0mdkQ47F3+Ts81No3uMYHYde8/9SEgS0thD9BBgzQipNGNPTELxdKefzZk/e+Hl6w= Received: by 10.100.141.13 with SMTP id o13mr897878and.1182408077321; Wed, 20 Jun 2007 23:41:17 -0700 (PDT) Received: by 10.100.125.3 with HTTP; Wed, 20 Jun 2007 23:41:17 -0700 (PDT) Message-ID: <466797bd0706202341m140d2d0atac256f05adeaf5a6@mail.gmail.com> Date: Thu, 21 Jun 2007 12:11:17 +0530 From: "Manu George" To: user@geronimo.apache.org Subject: Re: How to increase the Heap space? In-Reply-To: <123987203@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <123987203@web.de> X-Virus-Checked: Checked by ClamAV on apache.org The perm gen space issue can be solved by increasing the perm gen size -XX:MaxPermSize=[memory size]. I think the defult is 64MB. You can try setting it to 128MB and higher. Regards Manu On 6/21/07, Jochen Zink wrote: > Hello, > > I have a problem. A simple Webapplication needs a little bit more Heapspace. I got OutOfMemory Exceptions and PermGenSpace Messages on Geronimo Console if I use the Webapplication. I know that it is no programming Problem. If I undeploy other Applications running on Geronimo, no OutOfMemory is thrown. > > I start Geronimo from MyEclipse 4.9 with the following parameters: > > Program Parameters: > D:/jzink/Praktikum/Diplom/ApplicationServer/geronimo/geronimo-1.1.1/bin/server.jar --long > > VM Parameters: > -Djava.library.path="D:/Programme/Sun/AppServer/jdk/bin" > -Dorg.apache.geronimo.base.dir="D:/jzink/Praktikum/Diplom/ApplicationServer/geronimo/geronimo-1.1.1" -Djava.io.tmpdir="D:/jzink/Praktikum/Diplom/ApplicationServer/geronimo/geronimo-1.1.1/var/temp" > -Xms256M > -Xmx512M > > > It seems that Xms and Xmx are ignored. I take a look to the task Manager and can see, that the outofMemory is thrown before 256M or 512M are used from geronimo. > > I'm using Geronimo 1.1.1. Is there any configuration known? > > > Thanks a lot! > Jochen > > _____________________________________________________________________ > Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 > >