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: richard.pog...@holidaylettings.co.uk
Sent: Wednesday, May 16, 2012 7:50 AM
To: solr-user@lucene.apache.org
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

Reply via email to