Experience w/ Zip files? VM settings?
I am not too familiar with VM options but I noticed that reading from Zip files is pretty process intensive. I am basically searching through zip files to find a file and then taking that inputstream for processing. I am basically looping through the zip file until i match the filename....pretty crazy.
Anyway, it is somewhat slower than I'd like so I want to see what I can do to increase performance. I am using the following parameters:
-Xms512m -Xmx1024M -Xss16M -XX:ThreadStackSize=256 -XX:MaxPermSize=256m
The machine I have is a single P4 3GHZ, ~3GB RAM.
Do those params look ok?
Thanks!
Michael

