Skip to content

Commit

Permalink
Changed default thread count to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinasri authored Jul 17, 2023
1 parent 9ea770b commit 5731293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdls/workflows/secphase.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task secphase {
String prefix = "secphase"
# runtime configurations
Int memSize=32
Int threadCount=32
Int threadCount=8
Int diskSize=128
String dockerImage="mobinasri/secphase:v0.4.3"
Int preemptible=2
Expand Down

0 comments on commit 5731293

Please sign in to comment.