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

Make compression ratio for cached artifacts configurable #12810

Open
lptr opened this issue Apr 14, 2020 · 1 comment
Open

Make compression ratio for cached artifacts configurable #12810

lptr opened this issue Apr 14, 2020 · 1 comment
Labels
a:feature A new functionality in:build-cache

Comments

@lptr
Copy link
Member

lptr commented Apr 14, 2020

We could trade I/O for CPU (or vice versa) by decreasing (or increasing) the compression ratio of the cached artifacts. We could for example let local builds run with a faster compression, while CI builds could spend a bit more time compressing their outputs so that the created artifacts end up being smaller (and faster to download).

This could work with the existing Zlib compression, but it would probably have a higher impact if we introduced Zstandard compression (see #12809).


cc: @gradle/build-cache

@stale
Copy link

stale bot commented Apr 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you're interested in how we try to keep the backlog in a healthy state, please read our blog post on how we refine our backlog. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.

@stale stale bot added the stale label Apr 17, 2022
@stale stale bot removed the stale label Jun 2, 2022
@lptr lptr added the a:feature A new functionality label Sep 12, 2023
@lptr lptr removed the @execution label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature A new functionality in:build-cache
Projects
None yet
Development

No branches or pull requests

2 participants