PermGen OOM Error

2012-05-16 Thread richard.pog...@holidaylettings.co.uk
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


Re: PermGen OOM Error

2012-05-16 Thread SH

so have to increase the memory available to the JVM, what servlet container are 
you using?

SH

On 05/16/2012 01:50 PM, richard.pog...@holidaylettings.co.uk wrote:

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



--
Silvio Hermann
Friedrich-Schiller-Universität Jena
Thüringer Universitäts- und Landesbibliothek
Bibliotheksplatz 2
07743 Jena
Phone: ++49 3641 940019
FAX:   ++49 3641 940022

http://www.historische-bestaende.de


Re: PermGen OOM Error

2012-05-16 Thread Jack Krupansky
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