Re: Solr Webapps and JVM code cache

2012-05-08 Thread Sujatha Arun
HBase - > http://sematext.com/spm > > > > > > > From: Sujatha Arun > >To: solr-user@lucene.apache.org > >Sent: Tuesday, May 8, 2012 7:24 AM > >Subject: Solr Webapps and JVM code cache > > > >Hello , > > > >I see that the code cache in the JVM is n

Re: Solr Webapps and JVM code cache

2012-05-08 Thread Otis Gospodnetic
for Solr / ElasticSearch / HBase - http://sematext.com/spmĀ  > > From: Sujatha Arun >To: solr-user@lucene.apache.org >Sent: Tuesday, May 8, 2012 7:24 AM >Subject: Solr Webapps and JVM code cache > >Hello , > >I see that the code cach

Re: Solr Webapps and JVM code cache

2012-05-08 Thread Michael Della Bitta
I'm sorry, apparently I'm unfamiliar with issues that result in needing 2Gb of permgen space. I've never run into code cache issues before. I found this page via Google: http://jasig.275507.n4.nabble.com/Java-code-cache-memory-td271140.html ..but perhaps someone who has experience with this issue

Re: Solr Webapps and JVM code cache

2012-05-08 Thread Sujatha Arun
The Permgen space ,we have given 2Gb ,currently used permgen space is 650MB ,however code cache has by default 49MB and 47+ Mb has been used ,I would like to know what happens when we deploy more webapps to the container . - Does the unused memory removed from cache to give more memory?

Re: Solr Webapps and JVM code cache

2012-05-08 Thread Michael Della Bitta
Hi Sujatha, You will likely have to increase the JVM permgen space for your container when you launch it. This is normal. How you do this depends on the container you're using and how you launch it. Michael On Tue, 2012-05-08 at 16:54 +0530, Sujatha Arun wrote: > Hello , > > I see that the code

Solr Webapps and JVM code cache

2012-05-08 Thread Sujatha Arun
Hello , I see that the code cache in the JVM is nearing its memory limits 47mb /assigned in 50 MB .On deploying more solr webapps to the server,Will i get any out of memory exceptions ? and will JVM freeze? How should this be handled? Regards Sujatha