Skip to content

Commit

Permalink
upgrade cat memory to 500 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 20, 2023
1 parent 1eda80b commit 1f9a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pipeline/rnafusion/hasta.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process {
withName:'CAT_FASTQ' {
memory = { check_max( 30.MB * task.attempt, 'memory' ) }
memory = { check_max( 500.MB * task.attempt, 'memory' ) }
time = { check_max( 4.h * task.attempt, 'time' ) }
cpus = 1
}
Expand Down

0 comments on commit 1f9a82a

Please sign in to comment.