On 7/24/2013 9:38 AM, jimtronic wrote: > I've encountered an OOM that seems to come after the server has been up for a > few weeks. > > While I would love for someone to just tell me "you did X wrong", I'm more > interested in trying to debug this. So, given the error below, where would I > look next? The only odd thing that sticks out to me is that my log file had > grown to about 70G. Would that cause an error like this? This is Solr 4.2.
Which "log file" is 70GB? If this is the tlog directory, then SolrLover is probably right - you need to do some hard commits, probably with openSearcher set to false. http://wiki.apache.org/solr/SolrPerformanceProblems#Slow_startup If it's not the tlog directory, then you might simply need to make your heap larger, or look into ways to reduce heap usage. https://wiki.apache.org/solr/SolrPerformanceProblems#Java_Heap https://wiki.apache.org/solr/SolrPerformanceProblems#Reducing_heap_requirements Thanks, Shawn