Skip to content
Snippets Groups Projects
Commit 5d3f039f authored by Tom Pollard's avatar Tom Pollard
Browse files

Merge branch 'bochecha/cache-size' into 'master'

data/userconfig.yaml: Document the cache.quota setting

See merge request !833
parents 7babd55c 5cdfac81
No related branches found
No related tags found
1 merge request!833data/userconfig.yaml: Document the cache.quota setting
Pipeline #31613233 failed
......@@ -26,8 +26,13 @@ logdir: ${XDG_CACHE_HOME}/buildstream/logs
# Cache
#
cache:
# Size of the artifact cache - BuildStream will attempt to keep the
# Size of the artifact cache in bytes - BuildStream will attempt to keep the
# artifact cache within this size.
# If the value is suffixed with K, M, G or T, the specified memory size is
# parsed as Kilobytes, Megabytes, Gigabytes, or Terabytes (with the base
# 1024), respectively.
# Alternatively, a percentage value may be specified, which is taken relative
# to the isize of the file system containing the cache.
quota: infinity
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment