Skip to content

Commit 72aea64

Browse files
authored
Re-add appropriate resource limits
1 parent aa6d88a commit 72aea64

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

conf/test_glosed.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
----------------------------------------------------------------------------------------
1111
*/
1212

13+
process {
14+
resourceLimits = [
15+
cpus: 4,
16+
memory: '15.GB',
17+
time: '1.h'
18+
]
19+
}
20+
1321
params {
1422
config_profile_name = 'Test profile for GloSED database'
1523
config_profile_description = 'Minimal test dataset to verify pipeline function with GloSED reference database'

0 commit comments

Comments
 (0)