On Fri, Feb 20, 2009 at 11:23 PM, Marc Sturlese <marc.sturl...@gmail.com>wrote:
> > Yes, > Now it's almost tree days non-stop since I am running updates with the 3 > cores with cron jobs. If there are updates of 10000 docs everything is > alrite. When I start doing updates of 300000 is when that core runs really > slow. I have to abort the import in that core and keep updating with less > rows each time. > Another thing to point is that tomcat reaches the maximum memory I allow > (2Gig) and never goes down (but at least it doesn't run out of memory). Is > that normal? Shouldn't the memory go down a lot after an update is > completed? > I guess you are being hit by garbage collection. Memory utilization should go down once an import completes. Which GC are you using? There have been a few recent threads on GC settings. Perhaps you can try out a few of those settings. I don't know how big your documents/index are but if possible give it more memory. -- Regards, Shalin Shekhar Mangar.