Re: JVM Heap utilization & Memory leaks with Solr

2009-08-20 Thread Rahul R
: Rahul R [mailto:rahul.s...@gmail.com] > Sent: August-19-09 6:19 AM > To: solr-user@lucene.apache.org > Subject: Re: JVM Heap utilization & Memory leaks with Solr > > Fuad, > We have around 5 million documents and around 3700 fields. All documents > will not have values for al

RE: JVM Heap utilization & Memory leaks with Solr

2009-08-19 Thread Fuad Efendi
refer dedicated box for SOLR. -Fuad -Original Message- From: Rahul R [mailto:rahul.s...@gmail.com] Sent: August-19-09 6:19 AM To: solr-user@lucene.apache.org Subject: Re: JVM Heap utilization & Memory leaks with Solr Fuad, We have around 5 million documents and around 3700 fields. All docum

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-19 Thread Rahul R
. > >> > >> Otis > >> -- > >> Sematext is hiring -- http://sematext.com/about/jobs.html?mls > >> Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > >> > >> > >> > >> - Original Message > >>

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-17 Thread Funtick
ng. This result further convinces me that my >> > application can be absolved of holding on to memory resources. >> > >> > I am not sure how to interpret these results ? For searching, I am >> using >> > Without Shards : EmbeddedSolrServer >> > With Shards :CommonsHttpSolrServer >> > In terms of Solr objects this is what differs in my code between normal >> > search and shards search (distributed search) >> > >> > After looking at Case 1, I thought that the CommonsHttpSolrServer was >> more >> > memory efficient but Case 2 proved me wrong. Or could there still be >> memory >> > leaks in my application ? Any thoughts, suggestions would be welcome. >> > >> > Regards >> > Rahul >> >> > > -- View this message in context: http://www.nabble.com/JVM-Heap-utilization---Memory-leaks-with-Solr-tp24802380p25018165.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-17 Thread Funtick
;> (at least!) >> >> >> I didn't notice any memory leaks after I started to use 16Gb RAM for SOLR >> instance (almost a year without any restart!) >> >> >> >> >> -Original Message- >> From: Rahul R [mailto:rahul.s...@gmail.com] >&g

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-16 Thread Rahul R
t least!) > > > I didn't notice any memory leaks after I started to use 16Gb RAM for SOLR > instance (almost a year without any restart!) > > > > > -Original Message- > From: Rahul R [mailto:rahul.s...@gmail.com] > Sent: August-13-09 1:25 AM > To: solr-u

RE: JVM Heap utilization & Memory leaks with Solr

2009-08-13 Thread Fuad Efendi
ugust-13-09 1:25 AM To: solr-user@lucene.apache.org Subject: Re: JVM Heap utilization & Memory leaks with Solr *You should try to generate heap dumps and analyze the heap using a tool like the Eclipse Memory Analyzer. Maybe it helps spotting a group of objects holding a large amount of memory*

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-12 Thread Rahul R
*You should try to generate heap dumps and analyze the heap using a tool like the Eclipse Memory Analyzer. Maybe it helps spotting a group of objects holding a large amount of memory* The tool that I used also allows to capture heap snap shots. Eclipse had a lot of pre-requisites. You need to appl

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-12 Thread Gunnar Wagenknecht
Rahul R schrieb: > I tried using a profiling tool - Yourkit. The trial version was free for 15 > days. But I couldn't find anything of significance. You should try to generate heap dumps and analyze the heap using a tool like the Eclipse Memory Analyzer. Maybe it helps spotting a group of objects

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-04 Thread Rahul R
Original Message > > From: Rahul R > > To: solr-user@lucene.apache.org > > Sent: Tuesday, August 4, 2009 1:09:06 AM > > Subject: JVM Heap utilization & Memory leaks with Solr > > > > I am trying to track memory utilization with my Application that uses >

Re: JVM Heap utilization & Memory leaks with Solr

2009-08-04 Thread Otis Gospodnetic
http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message > From: Rahul R > To: solr-user@lucene.apache.org > Sent: Tuesday, August 4, 2009 1:09:06 AM > Subject: JVM Heap utilization & Memory leaks with Sol

JVM Heap utilization & Memory leaks with Solr

2009-08-03 Thread Rahul R
I am trying to track memory utilization with my Application that uses Solr. Details of the setup : -3rd party Software : Solaris 10, Weblogic 10, jdk_150_14, Solr 1.3.0 - Hardware : 12 CPU, 24 GB RAM For testing during PSR I am using a smaller subset of the actual data that I want to work with. D