Project

General

Profile

Feature #10231

Updated by Tom Clegg over 7 years ago

Support @keep_cache_ram@ @keep_cache@ field in crunch v2 runtime_constraints. 

 Update Requires updating @arvados-cwl-runner@ to set @keep_cache_ram@ @keep_cache@ in @runtime_constraints@ for ArvadosContainer. 

 Add API server config @container_default_keep_cache_ram@ (default 268435456) 

 Update API server to copy provided [minimum] keep_cache_ram from container request to container, or set to @Rails.configuration.container_default_keep_cache_ram@ if not provided in container request. 

 Update Requires updating @crunch-run@ to get @keep_cache_ram@ @keep_cache@ from @runtime_constraints@ and pass it to @arv-mount --file-cache@. 
 

Back