-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
The vfs is eagerly creating URLs for every jar entry touched. This is resulting in a large amount of memory just for Strings. We need to look into reusing the existing name in combination with the root url handler rather than creating new urls to reduce the memory usage.