File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,9 +342,9 @@ wf.body(func(args) {
342342 // stats.json (dataset-level scalars consumed by the info layer — e.g. R11c
343343 // median CDR-H3 length per chain).
344344 soft := assets.importSoftware("@platforma-open/milaboratories.sequence-properties.software:compute-properties")
345- // Measured optimized footprint of the vectorized Python step: ~4.85 GB peak
346- // RSS per 1M full-paired antibody clones (so ~9.7 GB at 2M). 12GiB covers ~2M
347- // with headroom; cpu(1) stays single-threaded by design .
345+ // 12GiB (up from the 4GiB default): the vectorized step materializes full-N
346+ // count matrices, so peak memory scales with clone count. cpu(1) is
347+ // deliberate — the engine is single-threaded for deterministic output .
348348 pyRun := exec.builder().
349349 software(soft).
350350 mem("12GiB").
You can’t perform that action at this time.
0 commit comments