Re: Solr Out of Memory Error

2011-02-09 Thread Markus Jelsma
Increase the Memory allocated to solr by setting XMX values.at > > > >> least > > > > > > 12 > > > > > > >> GB > > > >> allocate to solr. > > > >> > > > >> But if your all index will fit into the Cache memory it will give > > > >> you > > > > > > the > > > > > > >> better result. > > > >> > > > >> Also add more servers to load balance as your QPS is high. > > > >> Your 7 Laks data makes 25 GB of index its looking quite high.Try to > > > > > > lower > > > > > > >> the index size > > > >> What are you indexing in your 25GB of index? > > > >> > > > >> - > > > >> Thanx: > > > >> Grijesh > > > >> -- > > > > > > >> View this message in context: > > > http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p2 > > > 28 5779.html > > > > > > >> Sent from the Solr - User mailing list archive at Nabble.com. > > > > > > > > -- > > > > Thanks & Regards, > > > > Isan Fulia.

Re: Solr Out of Memory Error

2011-02-09 Thread Markus Jelsma
fit into the Cache memory it will give you > > > > the > > > > >> better result. > > >> > > >> Also add more servers to load balance as your QPS is high. > > >> Your 7 Laks data makes 25 GB of index its looking quite high.Try to > > > > lower > > > > >> the index size > > >> What are you indexing in your 25GB of index? > > >> > > >> - > > >> Thanx: > > >> Grijesh > > >> -- > > > > >> View this message in context: > > http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p228 > > 5779.html > > > > >> Sent from the Solr - User mailing list archive at Nabble.com. > > > > > > -- > > > Thanks & Regards, > > > Isan Fulia.

Re: Solr Out of Memory Error

2011-02-09 Thread Bing Li
;> But if your all index will fit into the Cache memory it will give you > the > >> better result. > >> > >> Also add more servers to load balance as your QPS is high. > >> Your 7 Laks data makes 25 GB of index its looking quite high.Try to > lower > >&

Re: Solr Out of Memory Error

2011-01-19 Thread Grijesh
By adding more server means add more searchers (slaves) on Load balancer not talking about sharding. Sharding is required when your index size will increase the size of about 50GB. - Thanx: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory

Re: Solr Out of Memory Error

2011-01-19 Thread Adam Estrada
size >> What are you indexing in your 25GB of index? >> >> - >> Thanx: >> Grijesh >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p2285779.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > > > > -- > Thanks & Regards, > Isan Fulia. >

Re: Solr Out of Memory Error

2011-01-19 Thread Isan Fulia
t; > - > Thanx: > Grijesh > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p2285779.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Thanks & Regards, Isan Fulia.

Re: Solr Out of Memory Error

2011-01-18 Thread Grijesh
: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p2285779.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Out of Memory Error

2011-01-18 Thread Isan Fulia
ing? > What is you ramBufferSize? > > - > Thanx: > Grijesh > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p2285392.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Thanks & Regards, Isan Fulia.

Re: Solr Out of Memory Error

2011-01-18 Thread Grijesh
On which server [master/slave] Out of Memory ocuur What is your index in size[GB]? How many documents you have? What is query per second? How you are indexing? What is you ramBufferSize? - Thanx: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory

Re: Solr Out of Memory Error

2011-01-18 Thread Zach
e free memory on the host, try using the -Xmx command line parameter to raise the max amount of memory solr can use. (-Xmx2g for example) - Original Message From: Isan Fulia To: markus.jel...@openindex.io Cc: solr-user@lucene.apache.org Sent: Tue, January 18, 2011 9:04:31 PM Subject: Re

Re: Solr Out of Memory Error

2011-01-18 Thread Isan Fulia
Hi markus, We dont have any XMX memory settings as such .Our java version is 1.6.0_19 and solr version is 1.4 developer version. Can u plz help us out. Thanks, Isan. On 18 January 2011 19:54, Markus Jelsma wrote: > Hi > > I haven't seen one like this before. Please provide JVM settings and Solr

Re: Solr Out of Memory Error

2011-01-18 Thread Markus Jelsma
Hi I haven't seen one like this before. Please provide JVM settings and Solr version. Cheers On Tuesday 18 January 2011 15:08:35 Isan Fulia wrote: > Hi all, > I got the following error on solr with m/c configuration 4GB RAM and > Intel Dual Core Processor.Can you please help me out. > > jav

Solr Out of Memory Error

2011-01-18 Thread Isan Fulia
Hi all, I got the following error on solr with m/c configuration 4GB RAM and Intel Dual Core Processor.Can you please help me out. java.lang.OutOfMemoryError: Java heap space 2011-01-18 18:00:27.655:WARN::Committed before 500 OutOfMemoryError likely caused by the Sun VM Bug described in https:/