X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/418c57bce3aac1a22548e53e1018a1547d9efee4..77001923c90a319a1923f56e624c1048ede41542:/sdk/cwl/tests/wf/runin-reqs-wf3.cwl diff --git a/sdk/cwl/tests/wf/runin-reqs-wf3.cwl b/sdk/cwl/tests/wf/runin-reqs-wf3.cwl index 92bf482a80..3accb324fb 100644 --- a/sdk/cwl/tests/wf/runin-reqs-wf3.cwl +++ b/sdk/cwl/tests/wf/runin-reqs-wf3.cwl @@ -50,10 +50,10 @@ steps: id: subtool hints: - class: ResourceRequirement - ramMin: $(inputs.count*4) + ramMin: $(inputs.count*128) inputs: count: type: int script: File outputs: [] - arguments: [python, $(inputs.script), $(inputs.count * 4)] + arguments: [python, $(inputs.script), $(inputs.count * 128)]