Skip to content

Commit

Permalink
#526 limiting parallel GC threads to match --threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cameron committed Oct 14, 2021
1 parent 4ab0b4a commit 9c10bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gridss
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ else
fi

jvm_args="$jvm_args \
-XX:ParallelGCThreads=$threads \
-Dsamjdk.reference_fasta=$reference \
-Dsamjdk.use_async_io_read_samtools=true \
-Dsamjdk.use_async_io_write_samtools=true \
Expand Down

0 comments on commit 9c10bff

Please sign in to comment.