Re: JVM GC is very frequent.

2010-08-30 Thread Grant Ingersoll
Some of it will also depend on things like your caches, heap size, etc. -Grant On Aug 26, 2010, at 12:37 AM, Chengyang wrote: > We have about 500million documents are indexed.The index size is aobut 10G. > Running on a 32bit box. During the pressure testing, we monitered that the > JVM GC is

Re: JVM GC is very frequent.

2010-08-28 Thread Bill Au
Besides frequency, you should also look at duration of GC events. You may want to try the concurrent garbage collector if you see many long full gc. Bill 2010/8/25 Chengyang > We have about 500million documents are indexed.The index size is aobut 10G. > Running on a 32bit box. During the press

Re: JVM GC is very frequent.

2010-08-26 Thread Marc Sturlese
http://www.lucidimagination.com/blog/2009/09/19/java-garbage-collection-boot-camp-draft/ -- View this message in context: http://lucene.472066.n3.nabble.com/JVM-GC-is-very-frequent-tp1345760p1348065.html Sent from the Solr - User mailing list archive at Nabble.com.