Jconsole shows the entire 2.1g heap consumed on the first request (a simple ping) to Solr after a Tomcat restart.

After a Tomcat restart:
13140 tomcat    virtual=2255m resident=183m ... jsvc

After the ping():
13140 tomcat    virtual=2255m resident=2.0g ... jsvc

Jconsole says my "Tenured Gen" heap is at 100%.

08:06:02
Lucene Implementation Version: 2.9-dev 719313 - 2008-11-20 23:51:24
Java:
JAVA_OPTS="-Xmx2048M -Xms2048M -XX:MaxPermSize=128M -Xshare:off"
i.e. about 2.1g

I have several solr test instances under this tomcat. When one gets all the heap after restart, I can't even open the admin interface to the others.

Can someone advise me as to whether this is a Tomcat issue or a Solr issue? And an approach to fixing this?

Thanks!

Phil Farber


Reply via email to