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
Presently, the only way to clean binaries from the local cache is by using the pruner, which will release space based on a high-water mark, deleting the least recently used binary.
In some scenarios, it would be more convenient to allow removing a particular binary once it has been used.
This, however, should be done considering the possibility of other processes (or go-routine) using it concurrently.
The text was updated successfully, but these errors were encountered:
Presently, the only way to clean binaries from the local cache is by using the pruner, which will release space based on a high-water mark, deleting the least recently used binary.
In some scenarios, it would be more convenient to allow removing a particular binary once it has been used.
This, however, should be done considering the possibility of other processes (or go-routine) using it concurrently.
The text was updated successfully, but these errors were encountered: