X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc08f17cc3c90714efafb11e38e27ca8ea1b5f5b..ba34a22d9918ae97306472c04701e69090821c82:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 0246cb88d5..f7c2beca33 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -965,8 +965,15 @@ Clusters: # troubleshooting purposes. LogReuseDecisions: false - # Default value for keep_cache_ram of a container's runtime_constraints. - DefaultKeepCacheRAM: 268435456 + # Default value for keep_cache_ram of a container's + # runtime_constraints. Note: this gets added to the RAM request + # used to allocate a VM or submit an HPC job + DefaultKeepCacheRAM: 0 + + # Default value for keep_cache_disk of a container's + # runtime_constraints. Note: this gets added to the disk + # request used to allocate a VM or submit an HPC job + DefaultKeepCacheDisk: 8589934592 # Number of times a container can be unlocked before being # automatically cancelled.