Hello All, I am having issues with generating large Excel files with POI. In a nutshell, I seem to be running out of memory. The Excel file that fails is quite large - 50,000 rows, 69 columns. I have tried to increase the Java heap size for the JVM and that seems to help; but ultimately the large files still fail. Does anyone have any tips/tricks to optimize the JVM, Garbage Collection, or POI code that might help out my situation?
Thanks, -Jim -- View this message in context: http://www.nabble.com/Running-out-of-memory-with-large-Excel-files-tp19790133p19790133.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
