Re: tii RAM usage on startup

2010-08-18 Thread Koji Sekiguchi
> I'm not sure how Solr exposes this configuration though. this one? Koji -- http://www.rondhuit.com/en/ (10/08/19 3:36), Michael McCandless wrote: I'm not sure why you see 1.5 GB before restart but then 4 GB after. But seeing a 26 MB tii file --> 200 MB RAM is unfortunately expected;

Re: tii RAM usage on startup

2010-08-18 Thread Michael McCandless
I'm not sure why you see 1.5 GB before restart but then 4 GB after. But seeing a 26 MB tii file --> 200 MB RAM is unfortunately expected; in 3.x Lucene's in-RAM representation of the terms index is very inefficient (three separate object instances (TermInfo, Term, String) per indexed term, with ea

tii RAM usage on startup

2010-08-18 Thread Rebecca Watson
hi, I am running solr 1.4.1 and java 1.6 with 6GB heap and the following GC settings: gc_args="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:NewSize=2g -XX:MaxNewSize=2g -XX:CMSInitiatingOccupancyFraction=60" So 6GB total heap and 2GB allocated to eden space. I have caching, autoco