fix(perf): calibrate bundled plugin restart RSS - #77
Merged
Conversation
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: fix(perf): calibrate bundled plugin restart RSS This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
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.
What Problem This Solves
Fixes an issue where OpenClaw release performance validation rejects current
mainwhen the bundled-plugin restart briefly reaches 951-961 MB RSS against the older 950 MB overlap budget.Why This Change Was Made
Raise only the bundled-plugin startup Gateway RSS cap by the established 50 MB calibration step. The cap remains blocking at 1000 MB; CPU and all other scenario budgets are unchanged.
User Impact
Release validation still blocks material Gateway memory regressions without rejecting the current measured restart overlap.
Evidence
npm run test:snapshots: 21 passed.npm run check:web-payload: passed.npm run test:release-contracts: passed.node bin/kova.mjs self-check: all 266 applicable checks passed, includingbundled-plugin-startup-surface-contractandrelease-resource-calibration; four pre-existing local OCM setup/cleanup checks remained unavailable.