Project

General

Profile

Bug #12568

Updated by Peter Amstutz over 6 years ago

The collection cache in arvados-cwl-runner is unbounded.    When running workflows with many very large collections, this can result in gigabytes of RAM usage (requiring larger nodes for the workflow runner) and difficult to debug out of memory failures.    It should manage the collection cache in order to cap RAM usage. 

Back