RE: Solr on OOM

2009-11-09 Thread Vauthrin, Laurent
009 2:17 PM To: solr-user@lucene.apache.org Subject: Re: Solr on OOM Laurent, The autowarmCounts look biggest, but they are probably not causing OOMs. Maybe you can see how big the caches are right before you OOM. Or you can also start the JVM with -XX:+HeapDumpOnOutOfMemoryError and even specif

Re: Solr on OOM

2009-11-09 Thread Otis Gospodnetic
Laurent, The autowarmCounts look biggest, but they are probably not causing OOMs. Maybe you can see how big the caches are right before you OOM. Or you can also start the JVM with -XX:+HeapDumpOnOutOfMemoryError and even specify the file where the heap should be dumped. You can then analyze it