https://defect.opensolaris.org/bz/show_bug.cgi?id=18602
--- Comment #16 from Doug McLaren <[email protected]> 2011-06-28 17:30:12 UTC --- In my case, once I realized it was a memory problem, I just bumped up the -Xmx value and it was all good. But it's good to know how to do it without simply throwing more memory at the problem. I still suggest checking in my patch or it's equivalent -- much time would have been saved if I'd simply known that 1) my indexing didn't complete, and 2) it was caused by an out of memory condition. I'm guessing that the tar and zip analyzers probably have the same problem if a tar or zip file has tens of thousands of files, so a similar change there probably makes sense too -- but I haven't looked at that code. -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
