Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Feature Launcher allocated a 256 MiB array unconditionally, see [1]. It is only used when feature model archives are read in.
Its usefulness is questionable and we should fall back to using java.nio.file.Files#copy instead.