Re: Solr & JVM performance issue after 2 days

2010-12-12 Thread Hamid Vahedi
one server works fine (that includes 3 cores for 3 > languages) > but another server (3 cores for 3 other languages) has problem after 52 > hours. > > > I will plan to do your suggestion. i hope it helps me > > any better idea would be appreciated > > Kind Regards > Hamid >

Re: Solr & JVM performance issue after 2 days

2010-12-12 Thread Erick Erickson
server works fine (that includes 3 cores for 3 > languages) > but another server (3 cores for 3 other languages) has problem after 52 > hours. > > > I will plan to do your suggestion. i hope it helps me > > any better idea would be appreciated > > Kind Regards > Hamid > > > > _

Re: Solr & JVM performance issue after 2 days

2010-12-12 Thread Hamid Vahedi
plan to do your suggestion. i hope it helps me any better idea would be appreciated Kind Regards Hamid From: Peter Karich To: solr-user@lucene.apache.org Sent: Tue, December 7, 2010 8:26:01 PM Subject: Re: Solr & JVM performance issue after 2 days

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Peter Karich
tive should also be ok. Thanks in advanced From: Peter Karich To: solr-user@lucene.apache.org Sent: Tue, December 7, 2010 2:06:49 PM Subject: Re: Solr& JVM performance issue after 2 days Hi Hamid, try to avoid autowarming when indexing (see solrcon

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Upayavira
On Tue, 07 Dec 2010 04:01 -0800, "Hamid Vahedi" wrote: > Hi Peter > > Thanks a lot for reply. Actually I need real time indexing and query at > the same > time. What do you mean by real time? The answer to that is going to heavily influence your architecture and the amount of effort you are

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Erick Erickson
> > Thanks in advanced > > > > > ________________ > From: Peter Karich > To: solr-user@lucene.apache.org > Sent: Tue, December 7, 2010 2:06:49 PM > Subject: Re: Solr & JVM performance issue after 2 days > > Hi Hamid, > > try to avoid au

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Hamid Vahedi
you please tell me how to have separate JVMs with Tomcat? Q2:What should I set for LockType? Thanks in advanced From: Peter Karich To: solr-user@lucene.apache.org Sent: Tue, December 7, 2010 2:06:49 PM Subject: Re: Solr & JVM performance issue after

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Upayavira
Also, reduce your commit frequency, if you are doing an initial import. You only need to commit (manually) once all of your content has been imported. I gave a talk about this sort of thing last week at the Online Information Show in London, and am attempting to get the slides put online, when I c

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Hamid Vahedi
hi Sven no, only auto commit 1000 1000 From: Sven Almgren To: solr-user@lucene.apache.org Sent: Tue, December 7, 2010 1:54:40 PM Subject: Re: Solr & JVM performance issue after 2 days Have you run any optimize requests yet? /

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Peter Karich
Hi Hamid, try to avoid autowarming when indexing (see solrconfig.xml: caches->autowarm + newSearcher + maxSearcher). If you need to query and indexing at the same time, then probably you'll need one read-only core and one for writing with no autowarming configured. See: http://wiki.apache.or

Re: Solr & JVM performance issue after 2 days

2010-12-07 Thread Sven Almgren
Have you run any optimize requests yet? /Sven On Tue, Dec 7, 2010 at 08:40, Hamid Vahedi wrote: > Hi, > > I am using multi-core tomcat on 2 servers. 3 language per server. > > I am adding documents to solr up to 200 doc/sec. when updating process is > started, every thing is fine (update perform

Solr & JVM performance issue after 2 days

2010-12-06 Thread Hamid Vahedi
Hi, I am using multi-core tomcat on 2 servers. 3 language per server. I am adding documents to solr up to 200 doc/sec. when updating process is started, every thing is fine (update performance is max 200 ms/doc. with about 800 MB memory used with minimal cpu usage). After 15-17 hours it's bec