Skip to content

Commit

Permalink
Increase ConcatTars runtime disk size
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Walker <[email protected]>
  • Loading branch information
CuriousTim and mwalker174 authored Sep 27, 2024
1 parent 58558b4 commit 17e24ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/TinyResolve.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ task ConcatTars {
RuntimeAttr default_attr = object {
cpu_cores: 1,
mem_gb: 1.0,
disk_gb: ceil(3 * (size(manta_tloc_tars, "GB") + size(manta_unresolved_tars, "GB"))),
disk_gb: ceil(10 + 3 * (size(manta_tloc_tars, "GB") + size(manta_unresolved_tars, "GB"))),
boot_disk_gb: 10,
preemptible_tries: 3,
max_retries: 1
Expand Down

0 comments on commit 17e24ee

Please sign in to comment.