Commit bfbfdc1
fix(cluster): π raise segment/prepare mem_mb, do_3D underestimates it
A do_3D nuclei run still hit a real 32 GB SLURM OOM even after tile
sizing was taught to respect host RAM: the tile's 24 GiB GPU-VRAM budget
was already the binding constraint (below the 32 GB host grant), and the
20x cellpose_memory_factor judged it safe there -- but do_3D's actual
host-RAM use ran well past that estimate.
rtx4090 nodes have ~1 TB RAM and the QOS caps at 4 TB account-wide, so
128/256/384 GB across retries is a wide, affordable safety margin while
do_3D's real memory factor gets measured properly instead of guessed.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent d9316e2 commit bfbfdc1
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
0 commit comments