Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream directly to disk #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2022

  1. Stream directly to disk

    The current implementation saves everything to memory and extracts
    the zip files to memory, before copying to the filesystem. This can
    consume a huge amount of memory if artifacts are large. This change
    streams the zip file directly to disk and extracts it without loading
    the entire zip in memory first.
    gabriel-samfira committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a22d1b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update main.js

    Co-authored-by: Joan Gil <joandv.gil@gmail.com>
    gabriel-samfira and joandvgv committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    849bc1f View commit details
    Browse the repository at this point in the history