Free preProgram early in the test harness#63116
Free preProgram early in the test harness#63116Andarist wants to merge 1 commit intomicrosoft:mainfrom
preProgram early in the test harness#63116Conversation
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
You are profiling the whole test suite. This only makes the |
|
You can verify the above by:
|
|
With 6.0 out as the final release vehicle for this codebase, we're closing all PRs that don't fit the merge criteria for post-6.0 patches. If you think this was a mistake and this PR fits the post-6.0 patch criteria, please post to the 6.0 iteration issue with details (specifically, which PR and which patch criteria it satisfies). Next steps for PRs:
|

I'm investigating some OOMs and this helps with some test-only OOMs when the
preProgramretains over half of the available space. When the finalprogramgets executed it repeats the work done by thepreProgramand tries to allocate roughly the same amount of memory. But this time the test harness OOMs given both combined exceed the node.js allowed heap space.