Skip to content

Commit 36e7aab

Browse files
committed
chore(workflow): trim compute-properties mem comment to drop machine-specific RSS figures
1 parent 74b1b4e commit 36e7aab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workflow/src/main.tpl.tengo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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").

0 commit comments

Comments
 (0)