Skip to content

Commit

Permalink
Reduced resources
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Dec 3, 2024
1 parent c3c1592 commit 60947ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ params {
// Impose sensible resource limits for testing
process {
resourceLimits = [
cpus: 4,
memory: '15.GB',
cpus: 2,
memory: '3.GB',
time: '2.h'
]

Expand Down

0 comments on commit 60947ab

Please sign in to comment.