I am trying to create large Word document using POI XWPF java API. At some point I am getting OutOfMemoryError: GC overhead limit exceeded. Is there some way to flush temporary result to IO, something similar to the SXSSFSheet flushRows()? Or is there some other way to write temporary result to IO and release memory?
Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org