Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If a binding is taking up too much disk space with cached files, delete enough to get it under the new limit and also reset the sleep period before rescanning to a lower threshold. Normally we clean cache once a day and remove cached files which haven't been accessed in eight days. If a binding sees a lot of file accesses and the amount of disk space needed to cache them grows, it is possible that it's sleep can be set as low as 2 hours, and will attempt to clean cache on that schedule.
This is a best effort attempt to keep bindings from overusing disk space for cached files. While a binding is in its sleep phase waiting for the next cache cleanup, it can still in principle add enough files to overuse its disk space allotment.
This change will attempt to delete cached files until the amount of disk space used is 16GB or less.