-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a disk_size_limit for the total disk space of: - Files currently in the cache. - Reserved space for files currently being uploaded. - Evicted files not yet removed. Setting this limit is optional (at least for now). Reservations for Put requests are rejected when disk_size_limit is exceeded. The prometheus gauge bazel_remote_disk_cache_size_bytes is updated to be a max value for the previous 30 seconds, in order to be aware of short spikes when tuning the disk_size_limit configuration. There is also a new prometheus gauge bazel_remote_disk_cache_size_bytes_limit showing current configured limits in order to help visualize if current size is getting close to the limit and help tuning the disk_size_limit. Change-Id: Iaec29af9a2e02796c29f294b993989783d575c4b
- Loading branch information
Showing
7 changed files
with
156 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters