Skip to content

2.9.0 Release

Compare
Choose a tag to compare
@xeraph xeraph released this 02 Feb 04:49
· 18 commits to main since this release
  • Reduced memory footprint significantly. See #253
    • For 5 million files in the single directory, previous version used 1.7GB.
    • v2.9.0 uses only 0.3GB for same number of files.
    • You can further reduce memory footprint using -Xmx switch.
      • For example, -Xmx100M will limit max memory usage to 100 megabytes
      • Consider max JAR or ZIP file size for tuning.
  • Report directory traversal error. See #249
    • For example, Error: Access denied. Skipping c:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Cache with administrator privileges.