Solr Out Of Memory with Field Collapsing

2013-07-29 Thread tushar_k47
. Can someone suggest what could be the problem here ? Any help would be greatly appreciated. Regards, Tushar -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Out-Of-Memory-with-Field-Collapsing-tp4081076.html Sent from the Solr - User mailing list archive at

Re: Solr out of memory exception

2012-03-15 Thread Lance Norskog
gt; >> On Mar 15, 2012, at 6:39 AM, Husain, Yavar wrote: >> >>> Thanks a ton. >>> ____________ >>> From: Li Li [fancye...@gmail.com] >>> Sent: Thursday, March 15, 2012 12:11 PM >>> To: Husain, Yavar >>>

Re: Solr out of memory exception

2012-03-15 Thread Erick Erickson
ton. >> >> From: Li Li [fancye...@gmail.com] >> Sent: Thursday, March 15, 2012 12:11 PM >> To: Husain, Yavar >> Cc: solr-user@lucene.apache.org >> Subject: Re: Solr out of memory exception >> >> it seems you ar

Re: Solr out of memory exception

2012-03-15 Thread François Schiettecatte
> From: Li Li [fancye...@gmail.com] > Sent: Thursday, March 15, 2012 12:11 PM > To: Husain, Yavar > Cc: solr-user@lucene.apache.org > Subject: Re: Solr out of memory exception > > it seems you are using 64bit jvm(32bit jvm can only allocate about 1.5GB). > you should ena

RE: Solr out of memory exception

2012-03-15 Thread Husain, Yavar
Thanks a ton. From: Li Li [fancye...@gmail.com] Sent: Thursday, March 15, 2012 12:11 PM To: Husain, Yavar Cc: solr-user@lucene.apache.org Subject: Re: Solr out of memory exception it seems you are using 64bit jvm(32bit jvm can only allocate about 1.5GB

Re: Solr out of memory exception

2012-03-15 Thread Li Li
- > From: "Li Li"; > Date: Thu, Mar 15, 2012 02:41 PM > To: "Husain, Yavar"; > Cc: "solr-user@lucene.apache.org"; > Subject: Re: Solr out of memory exception > > > it seems you are using 64bit jvm(32bit jvm can only allocate about

Re: Solr out of memory exception

2012-03-15 Thread C.Yunqin
why should enable pointer compression? -- Original -- From: "Li Li"; Date: Thu, Mar 15, 2012 02:41 PM To: "Husain, Yavar"; Cc: "solr-user@lucene.apache.org"; Subject: Re: Solr out of memory exception it seems you are

Re: Solr out of memory exception

2012-03-14 Thread Li Li
ver with exactly same system and solr configuration & > memory it is working fine? > > > -Original Message- > From: Li Li [mailto:fancye...@gmail.com] > Sent: Thursday, March 15, 2012 11:11 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr out of memory excep

RE: Solr out of memory exception

2012-03-14 Thread Husain, Yavar
pace allocated but then how come on a different server with exactly same system and solr configuration & memory it is working fine? -Original Message- From: Li Li [mailto:fancye...@gmail.com] Sent: Thursday, March 15, 2012 11:11 AM To: solr-user@lucene.apache.org Subject: Re: Sol

Re: Solr out of memory exception

2012-03-14 Thread Li Li
how many memory are allocated to JVM? On Thu, Mar 15, 2012 at 1:27 PM, Husain, Yavar wrote: > Solr is giving out of memory exception. Full Indexing was completed fine. > Later while searching maybe when it tries to load the results in memory it > starts giving this exception. Though with the sam

Re: solr out of memory

2012-03-07 Thread Erick Erickson
quot; caused "SEVERE: > java.lang.OutOfMemoryError: Java heap space" , the solr still works ,and i > can continue searching other words. > > > > - 原始邮件 ------ > 发件人: "Daniel Brügge"; > 发送时间: 2012年3月6日(星期二) 晚上6:35 > 收件人: &

Re: solr out of memory

2012-03-06 Thread Daniel Brügge
Maybe the index is to big and you need to add more memory to the JVM via the -Xmx parameter. See also http://wiki.apache.org/solr/SolrPerformanceFactors#OutOfMemoryErrors Daniel On Tue, Mar 6, 2012 at 10:01 AM, C.Yunqin <345804...@qq.com> wrote: > sometimes when i search a simple word ,like "i

Re: SOlR -- Out of Memory exception

2011-06-17 Thread jyn7
.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3077812.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOlR -- Out of Memory exception

2011-06-17 Thread Yonik Seeley
On Fri, Jun 17, 2011 at 1:30 AM, pravesh wrote: > If you are sending whole CSV in a single HTTP request using curl, why not > consider sending it in smaller chunks? Smaller chunks should not matter - Solr streams from the input (i.e. the whole thing is not buffered in memory). It could be relate

Re: SOlR -- Out of Memory exception

2011-06-17 Thread jyn7
) at org.apache.lucene.index.DocFieldProcessorPerThread.processDocument(DocFieldProcessorPerThread.java:248) -- View this message in context: http://lucene.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3076610.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOlR -- Out of Memory exception

2011-06-16 Thread pravesh
If you are sending whole CSV in a single HTTP request using curl, why not consider sending it in smaller chunks? -- View this message in context: http://lucene.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3075091.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOlR -- Out of Memory exception

2011-06-16 Thread jyn7
Yes Eric, after changing the lock type to Single, I got an OOM after loading 5.5 million records. I am using the curl command to upload the csv. -- View this message in context: http://lucene.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3074765.html Sent from the Solr - User

Re: SOlR -- Out of Memory exception

2011-06-16 Thread Erick Erickson
I also increased the JVM heap space to 2048M but still > getting an Out of Memory. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3074636.html > Sent from the Solr - User mailing list archive at Nabble.com. >

SOlR -- Out of Memory exception

2011-06-16 Thread jyn7
again I am getting an Out of Memory Exception. I also increased the JVM heap space to 2048M but still getting an Out of Memory. -- View this message in context: http://lucene.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3074636.html Sent from the Solr - User mailing list arch

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:/

FW: Tomcat and Solr - out of memory

2008-01-08 Thread Lance Norskog
our index when it was much smaller than now. Lance -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Sierra Sent: Tuesday, January 08, 2008 7:05 AM To: solr-user@lucene.apache.org Subject: Re: Tomcat and Solr - out of memory On Jan 7, 2008 12:08 P

RE: Tomcat and Solr - out of memory

2008-01-08 Thread Norskog, Lance
Behalf Of Stuart Sierra Sent: Tuesday, January 08, 2008 7:05 AM To: solr-user@lucene.apache.org Subject: Re: Tomcat and Solr - out of memory On Jan 7, 2008 12:08 PM, Jae Joo <[EMAIL PROTECTED]> wrote: > What happens if Solr application hit the max. memory of heap assigned? > > Will

Re: Tomcat and Solr - out of memory

2008-01-08 Thread Stuart Sierra
On Jan 7, 2008 12:08 PM, Jae Joo <[EMAIL PROTECTED]> wrote: > What happens if Solr application hit the max. memory of heap assigned? > > Will be die or just slow down? In my (limited) experience (with Jetty), Solr will not die but it will return HTTP 500 errors on all requests until it is restarte

Tomcat and Solr - out of memory

2008-01-07 Thread Jae Joo
Hi, What happens if Solr application hit the max. memory of heap assigned? Will be die or just slow down? Jae