ROTECTED]>
To: Van Nguyen <[EMAIL PROTECTED]>
Cc: java-user@lucene.apache.org
Sent: Saturday, December 23, 2006 12:01:57 AM
Subject: Re: JAVA JVM Question
Do you have a stack trace by any chance, well OOM do not create very
meanful stacktraces but it could help to figure out wh
-
From: Simon Willnauer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 20, 2006 7:11 PM
To: java-user@lucene.apache.org
Subject: Re: JAVA JVM Question
OOM Errors are not uncommon during redeployment on application server
e.g. servlet container. Redeploy on Tomcat servers very often cause
OOM
006 7:11 PM
To: java-user@lucene.apache.org
Subject: Re: JAVA JVM Question
OOM Errors are not uncommon during redeployment on application server
e.g. servlet container. Redeploy on Tomcat servers very often cause
OOM due to the perm gen space which get not GCed(that should go away
with 5.5). The JB
OOM Errors are not uncommon during redeployment on application server
e.g. servlet container. Redeploy on Tomcat servers very often cause
OOM due to the perm gen space which get not GCed(that should go away
with 5.5). The JBoss can usually deal with these issue but just in
case you could check you
Are you using 2.1-dev version of Lucene? Try the latest nightly build, it as a
fix for a certain OOM bug (see LUCENE-754).
Otis
- Original Message
From: Van Nguyen <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Wednesday, December 20, 2006 6:39:58 PM
Subject: JAVA JVM Questio