Tom Pollard pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -26,8 +26,13 @@ logdir: ${XDG_CACHE_HOME}/buildstream/logs |
26 | 26 |
# Cache
|
27 | 27 |
#
|
28 | 28 |
cache:
|
29 |
- # Size of the artifact cache - BuildStream will attempt to keep the
|
|
29 |
+ # Size of the artifact cache in bytes - BuildStream will attempt to keep the
|
|
30 | 30 |
# artifact cache within this size.
|
31 |
+ # If the value is suffixed with K, M, G or T, the specified memory size is
|
|
32 |
+ # parsed as Kilobytes, Megabytes, Gigabytes, or Terabytes (with the base
|
|
33 |
+ # 1024), respectively.
|
|
34 |
+ # Alternatively, a percentage value may be specified, which is taken relative
|
|
35 |
+ # to the isize of the file system containing the cache.
|
|
31 | 36 |
quota: infinity
|
32 | 37 |
|
33 | 38 |
#
|