Re: Solr and jvm Garbage Collection tuning

2013-09-30 Thread Alessandro Benedetti
/ เพราะแน่นอนว่าจากที่เคยไปเที่ยวประเทศไหนที่มีคาสิโนและเข้าไปลองเล่นดูก็คงจะได้สัมผัสถึงความคึกคักของคาสิโนนั้นๆ ถอนออกมาทั้ง 1200 บาทเลยก็ได้ หรือจะถอนมาแค่ 1000 บาท อีก 200 บาทเก็บไว้ เล่นอีก แบบนี้ก็ได้เล่นกัน -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-jvm-Garbage-Collection-tuning

Re: Solr and jvm Garbage Collection tuning

2013-09-27 Thread ewinclub7
บาทเก็บไว้ เล่นอีก แบบนี้ก็ได้เล่นกัน -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-jvm-Garbage-Collection-tuning-tp1455467p4092328.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr and jvm Garbage Collection tuning

2010-09-13 Thread Burton-West, Tom
Thanks Kent for your info. We are not doing any faceting, sorting, or much else. My guess is that most of the memory increase is just the data structures created when parts of the frq and prx files get read into memory. Our frq files are about 77GB and the prx files are about 260GB per

Re: Solr and jvm Garbage Collection tuning

2010-09-13 Thread Stephen Green
On Mon, Sep 13, 2010 at 6:45 PM, Burton-West, Tom tburt...@umich.edu wrote: Thanks Kent for your info. We are not doing any faceting, sorting, or much else.  My guess is that most of the memory increase is just the data structures created when parts of the frq and prx files get read into

Re: Solr and jvm Garbage Collection tuning

2010-09-12 Thread Grant Ingersoll
On Sep 10, 2010, at 7:01 PM, Burton-West, Tom wrote: We have noticed that when the first query hits Solr after starting it up, memory use increases significantly, from about 1GB to about 16GB, and then as queries are received it goes up to about 19GB at which point there is a Full Garbage

Re: Solr and jvm Garbage Collection tuning

2010-09-11 Thread Dennis Gearon
, Kent Fitch kent.fi...@gmail.com wrote: From: Kent Fitch kent.fi...@gmail.com Subject: Re: Solr and jvm Garbage Collection tuning To: solr-user@lucene.apache.org Date: Friday, September 10, 2010, 10:45 PM Hi Tim, For what it is worth,  behind Trove (http://trove.nla.gov.au/) are 3 SOLR

Solr and jvm Garbage Collection tuning

2010-09-10 Thread Burton-West, Tom
We have noticed that when the first query hits Solr after starting it up, memory use increases significantly, from about 1GB to about 16GB, and then as queries are received it goes up to about 19GB at which point there is a Full Garbage Collection which takes about 30 seconds and then memory

Re: Solr and jvm Garbage Collection tuning

2010-09-10 Thread Kent Fitch
Hi Tim, For what it is worth, behind Trove (http://trove.nla.gov.au/) are 3 SOLR-managed indices and 1 Lucene index. None of ours is as big as one of your shards, and one of our SOLR-managed indices is tiny, but your experiences with long GC pauses are familar to us. One of the most difficult