Re: OutOfMemory

2006-07-04 Thread John Sisson
[EMAIL PROTECTED] wrote: Hi, I have three WAR files running in geronimo-1.1 but after a while I start getting an OutOfMemoryError. I am allocation 2048MB to the JVM when I start the server, and top shows I am only using around 500MB. When I run the same thing in Tomcat 4.1 I have no issues. A

OutOfMemory

2006-07-04 Thread RShows
Hi, I have three WAR files running in geronimo-1.1 but after a while I start getting an OutOfMemoryError. I am allocation 2048MB to the JVM when I start the server, and top shows I am only using around 500MB. When I run the same thing in Tomcat 4.1 I have no issues. Any suggestions? Ryan Shows

RE: outOfmemory Error

2005-11-11 Thread Strong Dana-ADS074
ubject: Re: outOfmemory Error Please open a JIRA. http://geronimo.apache.org and click on the JIRA link. Can you provide a test case? I haven't seen this before. The more data you provide the easier it is to recreate and fix :) Matt Barry van Someren wrote: > Did you try -Xmx2048M instead?

Re: outOfmemory Error

2005-11-11 Thread Matt Hogstrom
Please open a JIRA. http://geronimo.apache.org and click on the JIRA link. Can you provide a test case? I haven't seen this before. The more data you provide the easier it is to recreate and fix :) Matt Barry van Someren wrote: Did you try -Xmx2048M instead? Because I'm not sure if every

Re: outOfmemory Error

2005-11-11 Thread Barry van Someren
Did you try -Xmx2048M instead? Because I'm not sure if every VM knows the G On 11/11/05, Deepesh <[EMAIL PROTECTED]> wrote: > Hi, > > I am having an enterprise application [.ear] > > I am using Fedora Core3 and Geronimo-M5. > > I am able to deploy the aplication successfully .. > > I use the optio

outOfmemory Error

2005-11-11 Thread Deepesh
Hi, I am having an enterprise application [.ear] I am using Fedora Core3 and Geronimo-M5. I am able to deploy the aplication successfully .. I use the option java -Xms1G -Xmx2G -jar bin/server.jar for starting the server. I use the option java -Xms1G -Xmx2G -jar bin/deployer.jar deploy Myapp.