On 7/22/2014 11:37 AM, Ameya Aware wrote: > i am running into java heap space issue. Please see below log.
All we have here is an out of memory exception. It is impossible to know *why* you are out of memory from the exception. With enough investigation, we could determine the area of code where the error occurred, but that doesn't say anything at all about what allocated all the memory, it's simply the final allocation that pushed it over the edge. Here is some generic information about Solr and high heap usage: http://wiki.apache.org/solr/SolrPerformanceProblems#Java_Heap Thanks, Shawn