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
gopls/internal/lsp/filecache: evict aggressively on Go builders
This change reduces the cache space budget (1GB -> 250MB) and
maximum age (5 days -> 1 hour) when the program appears to be
running on a Go builder, as indicated by GO_BUILDER_NAME.
Previously, the tests were occasionally filling the builders'
temp volumes.
Fixesgolang/go#57900
Change-Id: I7cd74c8ca9933db1d8a7eb127b7e1fb76f4b387f
Reviewed-on: https://go-review.googlesource.com/c/tools/+/482823
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Alan Donovan <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
gopls-CI: kokoro <[email protected]>
0 commit comments