feat(memory): add atomic unified budget coordinator - #353
Open
PhilipJohnBasile wants to merge 2 commits into
Open
feat(memory): add atomic unified budget coordinator#353PhilipJohnBasile wants to merge 2 commits into
PhilipJohnBasile wants to merge 2 commits into
Conversation
youssofal
force-pushed
the
main
branch
2 times, most recently
from
September 1, 2026 08:07
2382dfd to
8bc4d88
Compare
PhilipJohnBasile
force-pushed
the
feat/unified-memory-budgeting
branch
from
September 1, 2026 13:02
a23b74d to
b13288f
Compare
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.
Splits the unified-memory budget coordinator out of #336.
This PR contains only the memory coordination core:
It does not include server polling, memory sampling, expert residency, live KV resizing, dashboard code, or workflows.
Measurement on commit
a23b74d, macOS 27.0 arm64, Python 3.14.6, 100,000 plans and 10,000 apply attempts with one injected failure per 10 applies:Reproduce:
Validation:
This measures policy and atomic mutation cost against explicit fake consumers. It does not claim reduced RSS, fewer page faults, lower swap, or protection from OOM. The current runtime also has no concrete live KV resize capability, so this PR treats KV headroom as a protected planning partition only.