mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-05 04:00:17 +00:00
The hostFrameParseCeiling JSDoc and one load-gate test comment still quoted the pre-16x derivation (~29 MiB for a ~300 MiB heap, ~14 MiB for a 128 MiB old space). With HOST_PARSE_WORST_CASE_MULTIPLE = 16 the same hosts derive ~14 MiB and ~7 MiB (floor((176-64)/16)); protocol.spec.ts pins the 304 MiB case at 15 MiB. Comment-only correction, no behavior change.