Skip to content

Commit

Permalink
Use different thread-pool behavior for the 'local' executor, to prevent
Browse files Browse the repository at this point in the history
nextflow-io/nextflow#1871

Co-authored-by: Geo Pertea <geo.pertea@gmail.com>
  • Loading branch information
Nick-Eagles and gpertea committed Sep 20, 2023
1 parent 7923c57 commit d7623d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pipeline_local.sh
Expand Up @@ -8,7 +8,7 @@ ORIG_DIR=$PWD

export _JAVA_OPTIONS="-Xms5g -Xmx7g"

$ORIG_DIR/Software/nextflow $ORIG_DIR/main.nf \
$ORIG_DIR/Software/nextflow -Dnxf.pool.type=sync $ORIG_DIR/main.nf \
--small_test \
--sample "single" \
--reference "hg38" \
Expand Down

0 comments on commit d7623d6

Please sign in to comment.