https://issues.apache.org/bugzilla/show_bug.cgi?id=46774
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Nick Burch <[email protected]> 2009-02-27 04:45:54 PST --- XSSF is xml based, so processing the files will always take more memory than using HSSF. Also, in the interests of developer time, we use XML Beans, which allows faster development at the expense of more memory used. If this is proving to be a problem for you, do please do some profiling to identify the heavy memory use areas, and contribute back patches to reduce the memory use! -- 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]
