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

[build_manager] add support for remote zip #4263

Merged

Commits on Oct 3, 2024

  1. [build_manager] add support for remote zip

    This adds support for remote ZIP.
    
    As of now, performances are quite good locally, and the read ahead mechanism
    should keep reasonable performance. Also, given that the ClusterFuzz bots are
    having HDD, numbers might even be better there, as we're only storing on disk
    when unpacking the build.
    
    The memory consumption of this new feature is contant: it uses at most (and
    most of the time) 50 MB of RAM.
    paulsemel committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    532a130 View commit details
    Browse the repository at this point in the history