Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Plain View
Solr, mail # user - PermGen OOM Error


+
richard.pogson@...) 2012-05-16, 11:50
+
SH 2012-05-16, 12:09
Copy link to this message
-
Re: PermGen OOM Error
Jack Krupansky 2012-05-16, 23:32
PermGen memory has to do with number of classes loaded, rather than
documents.

Here are a couple of pages that help explain Java PermGen issues. The bottom
line is that you can increase the PermGen space, or enable unloading of
classes, or at least trace class loading to see why the problem occurs.

http://stackoverflow.com/questions/88235/how-to-deal-with-java-lang-outofmemoryerror-permgen-space-error

http://www.brokenbuild.com/blog/2006/08/04/java-jvm-gc-permgen-and-memory-options/

-- Jack Krupansky

-----Original Message-----
From: [EMAIL PROTECTED]
Sent: Wednesday, May 16, 2012 7:50 AM
To: [EMAIL PROTECTED]
Subject: PermGen OOM Error

When running Solr we are experiencing PermGen OOM exceptions, this problem
gets worse and worse the more documents are added and committed.

Stopping the java process does not seem to free the memory.

Has anyone experienced issues like this.

Kind regards,

Richard