.
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
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
>>>
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
> 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
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
-
> 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
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
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
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
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
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
> 收件人: &
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
.472066.n3.nabble.com/SOlR-Out-of-Memory-exception-tp3074636p3077812.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
)
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.
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.
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
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.
>
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
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.
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.
;> 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
> >&
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
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.
>
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.
:
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.
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.
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
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
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
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
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:/
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
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
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
Hi,
What happens if Solr application hit the max. memory of heap assigned?
Will be die or just slow down?
Jae
36 matches
Mail list logo