You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a go builder with limited disk, I have a ~/.cache/go-build/log file that is more than 0.5GB in size - it would appear that this log grows unbounded, which seems like a bad thing. Furthermore, go clean -cache cleans out the cache but leaves the log file around (I have a cronjob that runs go clean -cache daily since the cache also grows unbounded and fills the disk otherwise - see #29561).
The text was updated successfully, but these errors were encountered:
On a go builder with limited disk, I have a
~/.cache/go-build/log
file that is more than 0.5GB in size - it would appear that this log grows unbounded, which seems like a bad thing. Furthermore,go clean -cache
cleans out the cache but leaves the log file around (I have a cronjob that runsgo clean -cache
daily since the cache also grows unbounded and fills the disk otherwise - see #29561).The text was updated successfully, but these errors were encountered: