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

Re: Heap space problem with mlt query

2013-06-06 Thread Erick Erickson
TO 1362827444000] AND -category:"General" > &mlt.qf=field2^2&mlt.fl=field3&mlt.count=30&start=0&fl=field1,field2,field3,field4,field5,field6,field7,field8,field9,field10&sort=score > desc&rows=50&wt=xml&version=2.2 > at > org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:425) > at > org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:242) > 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 Varsha Rani
monsHttpSolrServer.request(CommonsHttpSolrServer.java:425) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:242) 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 Stavros Delisavas
ce problem occur. With each 5 continuous mlt 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 Varsha Rani
. As with each mlt query RAM used increases continuously. As RAM used reached to 6GB, java heap space problem occur. With each 5 continuous mlt queries RAM used increased by 1GB. -- View this message in context: http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query

Re: Heap space problem with mlt query

2013-06-05 Thread Erick Erickson
ned for filterCache? > Are you doing any 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.

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 pag

Re: Heap space problem with mlt query

2013-06-05 Thread adityab
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 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-sp

Re: Heap space problem with mlt query

2013-06-05 Thread Yago Riveiro
31072" > initialSize="4096" > autowarmCount="2048" > cleanupThread="true"/> > > class="solr.FastLRUCache" > size="131072" > initialSize="4096" > autowarmCount="2048" > cleanupThread="true&q

Re: Heap space problem with mlt query

2013-06-05 Thread Varsha Rani
Hi yriveiro, I am using Solr version3.6. My cache config is below : -- 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.

Re: Heap space problem with mlt query

2013-06-05 Thread Yago Riveiro
n" java.lang.OutOfMemoryError: Java heap space > > > > My Solr config is : > > > > 128 > > 100 > > 1 > > 1000 > > 1 > > > > > > I also checked with ramBuffer size of 256MB. > > > > Please provide me sugge

Re: Heap space problem with mlt query

2013-06-05 Thread Raheel Hasan
so 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.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Raheel Hasan

Heap space problem with mlt query

2013-06-05 Thread Varsha Rani
Java heap space My Solr config is : 128 100 1 1000 1 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