Skip to content

Commit

Permalink
raise memory to 90% of max
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jul 4, 2018
1 parent 2a1731e commit 1eea766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/workflows/tasks/demux.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ task illumina_demux {
${flowcell_tgz} $FLOWCELL_DIR \
--loglevel=DEBUG

# find 95% memory
mem_in_mb=`/opt/viral-ngs/source/docker/mem_in_mb_85.sh`
# find N% memory
mem_in_mb=`/opt/viral-ngs/source/docker/mem_in_mb_90.sh`

# note that we are intentionally setting --threads to about 2x the core
# count. seems to still provide speed benefit (over 1x) when doing so.
Expand Down

0 comments on commit 1eea766

Please sign in to comment.