Skip to content

Commit b2c6f58

Browse files
fix: reduce modkit SLURM memory from 192GB to 48GB
Actual peak memory for modkit_extract_calls and modkit_extract_full is ~27GB based on sacct data. 192GB was an overcorrection after earlier OOM at 24GB. 48GB provides ~1.8x headroom over observed peak. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d168799 commit b2c6f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/slurm/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ set-resources:
6666
# Modkit modification extraction - high memory
6767
modkit_extract_calls:
6868
runtime: 360 # 6 hours
69-
mem_mb: 192000 # 192GB
69+
mem_mb: 48000 # 48GB (peak ~27GB observed)
7070
cpus_per_task: 4
7171

7272
# Modkit full modification extraction
7373
modkit_extract_full:
7474
runtime: 360 # 6 hours
75-
mem_mb: 192000 # 192GB
75+
mem_mb: 48000 # 48GB (peak ~27GB observed)
7676
cpus_per_task: 4
7777

7878
# WarpDemuX demultiplexing rules

0 commit comments

Comments
 (0)