Feature request - Improve workflow caching #188158
Unanswered
wdsdwsh1135-del
asked this question in
Actions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
General
Discussion Details
I would like to request an improvement to GitHub Actions workflow caching system.Currently, the cache storage is limited to 10GB per repository. For larger projects with multiple dependencies, this limit can be reached quickly, causing older caches to be evicted.Proposed Enhancement:- Increase the cache limit to at least 20GB or make it configurable- Add better cache management tools to see which caches are taking up space- Implement cache priority settings to prevent important caches from being evictedThis would significantly improve build times for enterprise projects and reduce redundant dependency downloads.Thank you for considering this feature request!
Beta Was this translation helpful? Give feedback.
All reactions