Skip to content
  • Fabien Viale's avatar
    ZipUtils: do not perform compression in memory · 20eccc8d
    Fabien Viale authored
    Current implementation was performing compression using a ByteArrayOutputStream in memory.
    Problem: When the amount of data to compress is big, this clearly exhaust the memory usage.
    
    Solution : perform compression directly inside the zip file destination.
    20eccc8d