fix(test): tier local vitest worker defaults by host memory#24719
Merged
fix(test): tier local vitest worker defaults by host memory#24719
Conversation
|
fix/vitest-memory-tiered-defaults |
27a8cbd to
5cc05e4
Compare
Contributor
Author
3 tasks
carlosrivera
pushed a commit
to myascendai/meshiclaw
that referenced
this pull request
Feb 23, 2026
Contributor
|
Thanks for this @ngutman, my little server was close to dying from the load of the tests! |
mreedr
pushed a commit
to mreedr/openclaw-custom
that referenced
this pull request
Feb 24, 2026
plgs2005
pushed a commit
to plgs2005/openclaw
that referenced
this pull request
Feb 24, 2026
margulans
pushed a commit
to margulans/Neiron-AI-assistant
that referenced
this pull request
Feb 25, 2026
brianleach
pushed a commit
to brianleach/openclaw
that referenced
this pull request
Feb 26, 2026
2 tasks
mylukin
pushed a commit
to mylukin/openclaw
that referenced
this pull request
Feb 26, 2026
r4jiv007
pushed a commit
to r4jiv007/openclaw
that referenced
this pull request
Feb 28, 2026
6 tasks
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpm testworker defaults memory-tiered by host RAM inscripts/test-parallel.mjsWhy
Recent parallel worker tuning made local Vitest runs on lower-memory machines hit extreme RSS and destabilize the host during land/gate workflows.
Validation
pnpm checkpnpm buildpnpm teston this machine after patch: completed with peak RSS ~10.06 GiB (previously default profile was peaking around ~18.3 GiB and being terminated for safety)Greptile Summary
Tiered local Vitest worker defaults by host memory to prevent OOM on lower-memory machines during
pnpm testruns.AGENTS.mdnote documenting the manual override command for users experiencing memory pressureConfidence Score: 5/5
Last reviewed commit: 27a8cbd