Skip to content

Commit

Permalink
Remove old way of specifying resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Trummer committed Oct 16, 2024
1 parent 1b6028c commit aa4a104
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
resourceLimits = [
cpus: 4,
memory: '15.GB',
memory: '6.GB',
time: '1.h'
]
}
Expand All @@ -22,11 +22,6 @@ params {
config_profile_name = 'Test profile'
config_profile_description = 'Minimal test dataset to check pipeline function'

// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = 6.GB
max_time = 6.h

// Test input data
input = "${params.pipelines_testdata_base_path}circrna/samples.csv"
fasta = "${params.pipelines_testdata_base_path}circrna/reference/chrI.fa"
Expand Down

0 comments on commit aa4a104

Please sign in to comment.