Re: Heap space problem with mlt query

2013-06-06 Thread Varsha Rani
queries RAM used increased by 1GB. -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068541.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Heap space problem with mlt query

2013-06-06 Thread Stavros Delisavas
.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068541.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Heap space problem with mlt query

2013-06-06 Thread Varsha Rani
) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90) ... 2 more -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068555.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Heap space problem with mlt query

2013-06-06 Thread Erick Erickson
.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068555.html Sent from the Solr - User mailing list archive at Nabble.com.

AW: Heap space problem with mlt query

2013-06-06 Thread André Widhani
I am just reading through this thread by chance, but doesn't this exception: Caused by: org.apache.solr.common.SolrException: Error in xpath:/config/luceneMatchVersion for solrconfig.xml org.apache.solr.common.SolrException: Error in xpath:/config/luceneMatchVersion for solrconfig.xml

Heap space problem with mlt query

2013-06-05 Thread Varsha Rani
regarding this. Thanks Varsha -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Heap space problem with mlt query

2013-06-05 Thread Raheel Hasan
writeLockTimeout1000/writeLockTimeout commitLockTimeout1/commitLockTimeout I also checked with ramBuffer size of 256MB. Please provide me suggestion regarding this. Thanks Varsha -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278

Re: Heap space problem with mlt query

2013-06-05 Thread Yago Riveiro
-- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278.html Sent from the Solr - User mailing list archive at Nabble.com (http://Nabble.com). -- Regards, Raheel Hasan

Re: Heap space problem with mlt query

2013-06-05 Thread Varsha Rani
initialSize=4096 autowarmCount=2048 cleanupThread=true/ documentCache class=solr.FastLRUCache size=131072 initialSize=4096 autowarmCount=2048 cleanupThread=true/ -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt

Re: Heap space problem with mlt query

2013-06-05 Thread Yago Riveiro
size=131072 initialSize=4096 autowarmCount=2048 cleanupThread=true/ -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068282.html Sent from the Solr - User mailing list archive at Nabble.com (http://Nabble.com).

Re: Heap space problem with mlt query

2013-06-05 Thread Varsha Rani
Hi yriveiro, When i was using document cache size= 131072, i got exception in 5000-6000 mlt queries. But once i done document cache size=16384, i got same problem in 1500-2000 mlt queries. -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt

Re: Heap space problem with mlt query

2013-06-05 Thread adityab
of memory because of lucene's internal field cache -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068326.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Heap space problem with mlt query

2013-06-05 Thread Shawn Heisey
On 6/5/2013 3:07 AM, Varsha Rani wrote: Hi , I am having solr index of 80GB with 1 million documents .Each document of aprx. 500KB . I have a machine with 16GB ram. I am running mlt query on 3-5 fields of theses document . I am getting solr out of memory problem . This wiki page has

Re: Heap space problem with mlt query

2013-06-05 Thread Erick Erickson
sorting? as this will chew up a lot of memory because of lucene's internal field cache -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278p4068326.html Sent from the Solr - User mailing list archive at Nabble.com.