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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to