Re: memory not getting released in tomcat after pushing large documents

2011-03-18 Thread Darx Oman
Hi guys I'm facing a simillar porblem and i find out it is caused by MS SQL that is running in the same machine by just restarting MS SQL service, memory goes down.

Re: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Yonik Seeley
On Thu, Mar 17, 2011 at 5:50 PM, Geeta Subramanian wrote: > Here is the attached xml. > In our xml, maxBufferedDocs is commented. I hope that's not causing any issue. > The ramBufferSizeMB is 32Mb, will changing  this be of any use to me? Nope... your index settings are fine. Perhaps something in

Re: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Yonik Seeley
> Regards, > Geeta > > -Original Message- > From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley > Sent: 17 March, 2011 3:45 PM > To: Geeta Subramanian > Cc: solr-user@lucene.apache.org > Subject: Re: memory not getting released in tomcat

RE: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Geeta Subramanian
@lucene.apache.org Subject: Re: memory not getting released in tomcat after pushing large documents In your solrconfig.xml, Are you specifying ramBufferSizeMB or maxBufferedDocs? -Yonik http://lucidimagination.com On Thu, Mar 17, 2011 at 12:27 PM, Geeta Subramanian wrote: > Hi, > >  Thank

Re: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Yonik Seeley
creating these(is it SOLR or TIKA) and free up > these objects? > > > Thank you so much for your time and help, > > > > Regards, > Geeta > > > > -Original Message----- > From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley > Sent: 17

RE: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Geeta Subramanian
Subramanian Subject: Re: memory not getting released in tomcat after pushing large documents On Thu, Mar 17, 2011 at 12:12 PM, Geeta Subramanian wrote: >        at > com.commvault.solr.handler.extraction.CVExtractingDocumentLoader.load( > CVExtractingDocumentLoader.java:349) Looks li

Re: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Yonik Seeley
On Thu, Mar 17, 2011 at 12:12 PM, Geeta Subramanian wrote: >        at > com.commvault.solr.handler.extraction.CVExtractingDocumentLoader.load(CVExtractingDocumentLoader.java:349) Looks like you're using a custom update handler. Perhaps that's accidentally hanging onto memory? -Yonik http://lu

Re: memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Markus Jelsma
Hi, 25*100MB=2.5GB will most likely fail with just 4GB of heap space. But consecutive single `pushes` as you call it, of 25MB documents should work fine. Heap memory will only drop after the garbage collector comes along. Cheers, On Thursday 17 March 2011 17:12:46 Geeta Subramanian wrote: > Hi

memory not getting released in tomcat after pushing large documents

2011-03-17 Thread Geeta Subramanian
Hi, I am very new to SOLR and facing a lot of issues when using SOLR to push large documents. I have solr running in tomcat. I have allocated about 4gb memory (-Xmx) but I am pushing about twenty five 100 mb documents and gives heap space and fails. Also I tried pushing just 1 document. It went