Re: OutOfMemoryErrors

2010-08-17 Thread Grijesh.singh
U can set up in startup script of tomcat -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1182582.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: OutOfMemoryErrors

2010-08-17 Thread Grijesh.singh
put that line in your startup script or u can set as env var export CATALINA_OPTS=-Xms256m -Xmx1024m; -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1182708.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: OutOfMemoryErrors

2010-08-17 Thread Chamnap Chhorn
var export CATALINA_OPTS=-Xms256m -Xmx1024m; -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1182708.html Sent from the Solr - User mailing list archive at Nabble.com. -- Chhorn Chamnap http://chamnapchhorn.blogspot.com/

Re: OutOfMemoryErrors

2010-08-17 Thread Chamnap Chhorn
; On Tue, Aug 17, 2010 at 1:36 PM, Grijesh.singh pintu.grij...@gmail.comwrote: put that line in your startup script or u can set as env var export CATALINA_OPTS=-Xms256m -Xmx1024m; -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1182708.html

Re: OutOfMemoryErrors

2010-08-17 Thread Grijesh.singh
U can add like this it will work I am using it JAVA_OPTS=$JAVA_OPTS -Xms1024m -Xmx4096m -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1183229.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: OutOfMemoryErrors

2010-08-17 Thread Peter Karich
Is there a way to verify that I have added correctlly? on linux you can do ps -elf | grep Boot and see if the java command has the parameters added. @all: why and when do you get those OOMs? while querying? which queries in detail? Regards, Peter.

Re: OutOfMemoryErrors

2010-08-17 Thread rajini maski
I am getting it while indexing data to solr not while querying... Though I have enough memory space upto 40GB and I my indexing data is just 5-6 GB yet that particular error is seldom observed... (SEVERE ERROR : JAVA HEAP SPACE , OUT OF MEMORY ERROR ) I could see one lock file generated in the

Re: OutOfMemoryErrors

2010-08-17 Thread Peter Karich
Which method do you use to index? If you are using SolrJ you can use the streaming update server it is a better option for the solr server, because the server does not need to held it all in memory. (if you are using the post.jar file there was bug which causes OOMs but I didn't remember exactly

Re: OutOfMemoryErrors

2010-08-17 Thread Erick Erickson
You shouldn't be getting this error at all unless you're doing something out of the ordinary. So, it'd help if you told us: What parameters you have set for merging What parameters you have set for the JVM What kind of documents are you indexing? The memory you have is irrelevant if you only

Re: OutOfMemoryErrors

2010-08-17 Thread rajini maski
mergefactor100 /mergefactor JVM Initial memory pool -256MB Maximum memory pool -1024MB add doc fieldlong:ID/field fieldstr:Body/field 12 fields /filed /doc /add I have a solr instance in solr folder (D:/Solr) free space in disc is 24.3GB .. How will I get to know what portion of

Re: OutOfMemoryErrors

2010-08-17 Thread Erick Erickson
There are more merge paramaters, what values do you have for these: mergeFactor10/mergeFactor maxBufferedDocs1000/maxBufferedDocs maxMergeDocs2147483647/maxMergeDocs maxFieldLength1/maxFieldLength See: http://wiki.apache.org/solr/SolrConfigXml Hope that formatting comes through the various

Re: OutOfMemoryErrors

2010-08-17 Thread rajini maski
yeah sorry I forgot to mention others... mergeFactor100/mergeFactor maxBufferedDocs1000/maxBufferedDocs maxMergeDocs10/maxMergeDocs maxFieldLength1/maxFieldLength above are the values Is this because of values here...initially I had mergeFactor parameter -10 and

Re: OutOfMemoryErrors

2010-08-17 Thread Jay Hill
A merge factor of 100 is very high and out of the norm. Try starting with a value of 10. I've never seen a running system with a value anywhere near this high. Also, what is your setting for ramBufferSizeMB? -Jay On Tue, Aug 17, 2010 at 10:46 AM, rajini maski rajinima...@gmail.comwrote: yeah

Re: OutOfMemoryErrors

2010-08-17 Thread rajini maski
Yeah fine..I will do that...Before the merge Factor was 10 itself ...After finding this error I just set its value higher assuming if that could be error anyway... Will re change it.. The ramBufferSize is 256MB... Do I need to change this value to higher? On Wed, Aug 18, 2010 at 12:27 AM, Jay

Re: OutOfMemoryErrors

2010-08-17 Thread Grijesh.singh
ramBufferSize is preferred to be 128MB more than that it does not seemes to improve performance -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1199592.html Sent from the Solr - User mailing list archive at Nabble.com.

OutOfMemoryErrors

2010-08-16 Thread Chamnap Chhorn
I got this error, anyone could explain and solve this? SEVERE: Exception invoking periodic operation: java.lang.OutOfMemoryError: Java heap space at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:114) at

Re: OutOfMemoryErrors

2010-08-16 Thread Grijesh.singh
increase your JVM Heap space by using params -Xms1024m -Xmx4096m Like this. -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1181892.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: OutOfMemoryErrors

2010-08-16 Thread rajini maski
in same frequency :( On Tue, Aug 17, 2010 at 10:42 AM, Grijesh.singh pintu.grij...@gmail.comwrote: increase your JVM Heap space by using params -Xms1024m -Xmx4096m Like this. -- View this message in context: http://lucene.472066.n3.nabble.com/OutOfMemoryErrors-tp1181731p1181892.html Sent

Re: OutOfMemoryErrors

2009-06-19 Thread tarjei
Hi, I just thought I'd note that upgrading to the 1.4 nightlies solved my problem. kind regards, Tarjei On 06/17/2009 02:38 PM, tarjei wrote: Hi, I'm having memory problems on one of my Solr slaves: SEVERE: Error during auto-warming of

OutOfMemoryErrors

2009-06-17 Thread tarjei
Hi, I'm having memory problems on one of my Solr slaves: SEVERE: Error during auto-warming of key:org.apache.solr.search.queryresult...@563c7832:java.lang.OutOfMemoryError: Java heap space errors Jun 17, 2009 1:52:53 PM org.apache.solr.common.SolrException log SEVERE: Error in