Skip to content

Commit 9e46770

Browse files
committed
More memory for pbi indexing
1 parent 1293e71 commit 9e46770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdl/tasks/Utility/PBUtils.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ task PBIndex {
10381038
#########################
10391039
RuntimeAttr default_attr = object {
10401040
cpu_cores: 1,
1041-
mem_gb: 4,
1041+
mem_gb: 16,
10421042
disk_gb: disk_size,
10431043
boot_disk_gb: 10,
10441044
preemptible_tries: 0,

0 commit comments

Comments
 (0)