Hi! > 1. > I ran into problems when handling large zip files with VFS. The example > zip file was over 1,5Gb. At some point, following error occurs: > "java.lang.OutOfMemoryError: Java heap space" > > Does this relate to the caching issue described in > http://wiki.apache.org/jakarta-commons/VfsCacheStrategy? > No, I dont think so. Are there really many files in this zip? Then adding -Xmx256M (or whatever) to your java command line will help.
> 2. > Is there any way to handle splitted zip files with VFS? Could such feature > be implemented? I know that need for over 2Gb zip files is quite rare. > Still it's quite odd that I haven't been able to locate any Java library, > that could handle splitted zips. > VFS uses javas zip implementation, I am aware that it is possible to handle splitted zips with it. Ciao, Mario --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
