We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd303eb commit f1ffd59Copy full SHA for f1ffd59
solrIndexerManager/solr_indexing.nf
@@ -10,7 +10,7 @@ params.log_path = ''
10
11
process run_solr_indexer {
12
tag "$id"
13
- memory { 4.GB * task.attempt }
+ memory { 8.GB * task.attempt }
14
maxRetries 3
15
errorStrategy { task.exitStatus in 129..255 ? 'retry' : 'terminate' }
16
0 commit comments