Closed sjanssen2 closed 4 years ago
to address #222, I added the -p {threads} argument to the pigz call. Note that threads: 1 is the default, but can be dynamically overwritten by the cluster.yaml configuration. Thus, this is a more clean solution than just writing -p 1.
-p {threads} argument
threads: 1
-p 1
to address #222, I added the
-p {threads} argument
to the pigz call. Note thatthreads: 1
is the default, but can be dynamically overwritten by the cluster.yaml configuration. Thus, this is a more clean solution than just writing-p 1
.