zip4j
zip4j copied to clipboard
zip4j memory usage
trafficstars
Dear contributors,
First of all, thank you for giving us, such a very handy library!
I am looking for an information on memory usage by zip4j. I intend to use zip4j in multithreaded use case and I am looking for answers to below questions @srikanth-lingala could you pleas help clarify.
- Does zip4j use JVM memory or OS memory to create zip file?
- if it's using JVM memory, does it buffer the memory? if yes, does it consume same buffer while creating zip?
- Can zip4j run on separate disk volume than application server?
Thank you