Skip to content

Commit 7bfdd6b

Browse files
committed
fix(ci): reduce test max_memory to 2GB for self-hosted runner
Stub tests don't need real memory. The self-hosted runner only has 2GB available, causing Nextflow to reject the 4GB process_medium cap.
1 parent 16df969 commit 7bfdd6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params {
1818

1919
// Limit resources for CI
2020
max_cpus = 2
21-
max_memory = '4.GB'
21+
max_memory = '2.GB'
2222
max_time = '1.h'
2323

2424
// Stub inputs — validates pipeline wiring without real genomic data.

0 commit comments

Comments
 (0)