From 339844487ef9ea6c897254bfe8f35a6648b28a5e Mon Sep 17 00:00:00 2001 From: Tristan Maat Date: Mon, 16 Jul 2018 18:00:41 +0100 Subject: Add cache_quota to user config --- buildstream/data/userconfig.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'buildstream/data') diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml index 6bb54ff9e..6f9f190a1 100644 --- a/buildstream/data/userconfig.yaml +++ b/buildstream/data/userconfig.yaml @@ -22,6 +22,14 @@ artifactdir: ${XDG_CACHE_HOME}/buildstream/artifacts # Location to store build logs logdir: ${XDG_CACHE_HOME}/buildstream/logs +# +# Cache +# +cache: + # Size of the artifact cache - BuildStream will attempt to keep the + # artifact cache within this size. + quota: infinity + # # Scheduler # -- cgit v1.2.1