Skip to content

Commit

Permalink
Set test profile resource limits to previous value
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 25, 2024
1 parent 76ede49 commit 3d48d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

process {
resourceLimits = [
cpus: 4,
memory: '15.GB',
cpus: 2,
memory: '3.GB',
time: '1.h'
]
}
Expand Down

0 comments on commit 3d48d32

Please sign in to comment.