https://bz.apache.org/bugzilla/show_bug.cgi?id=65042

--- Comment #6 from PJ Fanning <[email protected]> ---
I think the issue is that we don't have a TempFilePackagePart that can
optionally be used instead of MemoryPackagePart.
https://poi.apache.org/apidocs/dev/org/apache/poi/openxml4j/opc/ZipPackage.html#createPartImpl-org.apache.poi.openxml4j.opc.PackagePartName-java.lang.String-boolean-

This would allow us to avoid using memory (while slowing things down by using
temp files).

The other issue is how to configure the code so that it can choose whether to
use MemoryPackagePart or TempFilePackagePart.

-- 
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]

Reply via email to