Commit 11aa98b
Seqera AI
Fix test profile memory configuration for xengsort
Resolved out-of-memory errors in XENGSORT_CLASSIFY by:
1. Made xengsort index size configurable via ext.args
- Updated xengsort_index.nf to accept custom args
- Default remains -n 4500000000 -k 25 for production use
2. Optimized test profile for small test data
- Reduced index size to -n 100000000 (22x smaller) for test data
- Increased XENGSORT_CLASSIFY memory from 4GB to 8GB
- Smaller index loads faster and uses less RAM
This allows the test profile to run successfully with tiny test files
while maintaining production settings for real data.1 parent 3621b5a commit 11aa98b
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments