common-workflow-language / common-workflow-language/cwltool
jobs exceeding max allocation of a resource are not limited or failed
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 376
- Forks
- 255
- Ø Merge
- 2 T. 7 Std.
- Gemergte PRs (30 T.)
- 12
Beschreibung
In [CWL CommandLineTool Document](http://www.commonwl.org/v1.0/CommandLineTool.html#ResourceRequirement), it is described that "If a job attempts to exceed its "max" resource allocation, an implementation may deny additional resources, which may result in job failure".
I set **ramMax: 2000** in my CWL, and use cwltool to run the CWL, the job exceed the max memory I set and achieve 6G memory. In my opinion, the job memory used should limited at a upbound of 2G.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.