We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes there are old gcroots lingering arround from old builds that keep entire dependency trees from 2 years ago lingering arround
Cleaning those usually frees up gigabytes
An option for cleaning those with a timeout value specifiable in days
gc: cleanAutoGcroots: true cleanAutoGcrootsAfter: 20 # how many days to keep old auto-gcroots, before forcefully cleaning
with better naming or sth
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes there are old gcroots lingering arround from old builds that keep entire dependency trees from 2 years ago lingering arround
Cleaning those usually frees up gigabytes
An option for cleaning those with a timeout value specifiable in days
with better naming or sth
The text was updated successfully, but these errors were encountered: