https://issues.apache.org/bugzilla/show_bug.cgi?id=52203
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #2 from Nick Burch <[email protected]> 2011-11-17 11:34:05 UTC --- As discussed many times on the list, the usermodel loads everything into memory, so you need lots of memory available to hold everything. The event model just does one little bit at a time, so is much lower memory footprint (but you can't do random access) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
