Document menu-extra Memory section (active vs. reclaimable cache) - #8
Open
ronaldmannak wants to merge 1 commit into
Open
Document menu-extra Memory section (active vs. reclaimable cache)#8ronaldmannak wants to merge 1 commit into
ronaldmannak wants to merge 1 commit into
Conversation
The menu extra's Memory section now shows a four-way usage legend — Apps, MLX (active), Cache (reclaimable), and Free — plus a memory pressure indicator and a GB/% unit toggle. This reflects the current shipping behavior after PicoServer split the MLX memory bar/legend into active vs. reclaimable cache; the menu-extra description previously only covered status, Start/Stop, and the server address. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
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
Keeps the Install and Run getting-started page in sync with the menu-bar memory change merged in
ronaldmannak/PicoServersince the last documentation run. Grounded in the current source (PicoServer/Views/MenuExtraView.swift,Views/Dashboard/MemoryGauge.swift), not a point-in-time PR description.What changed
Memorysection it shows when the server is running. The usage-bar legend now breaks memory into four buckets —Apps,MLX(active),Cache(reclaimable MLX memory, shown only when there is any), andFree— plus a memoryPressureindicator and aGB/%unit toggle. This reflects PicoServer #51, which split the single MLX bar/legend into active vs. reclaimable cache.Start/Stop, and the address + copy button; theMemorysection was undocumented on master.Evidence
Verified against
ronaldmannak/PicoServermasterat HEAD (7d67784, includes the #51 merge):MenuExtraView.memorySection's legend rows (Appsblue,MLXpink,Cachepink-at-0.4-opacity gated onmlxCacheMemoryUsed > 0,Free), theGB/%memoryLegendShowsPercenttoggle, thePressure:indicator, andSegmentedMemoryBar's four-bucket (usedNonMLX/mlxActive/mlxCache/free) allocation.New PicoServer PRs reviewed this run (merged 2026-07-29)
HTTPServerActor.startServerreentrancy race — internal concurrency fix, no user/admin/developer surface. No doc change.PicoCore and PicoDocs had no PRs merged in this window (newest: PicoCore #68 on 07-24, already covered/deferred by the prior run; PicoDocs #40 in June).
Not done on purpose
Inferencesection (PicoServer #34) — still not documented. In release buildsinferenceProviderisnil, so the Inference section never renders for end users; documenting a DEBUG-only, placeholder-data section would be inaccurate.Relationship to the other open documentation PRs
The routine opens one branch/PR per run, so several overlapping menu-bar/onboarding doc PRs are open against
masterawaiting human review (#4 external MCP servers, #5/#6 onboarding, #7 "Tour the Menu Bar"). All of them predate PicoServer #51, so each still describes the memory legend asApps/MLX/Free— none reflects the reclaimable-Cachesplit. This PR is the only one carrying the current four-way legend. If a maintainer merges #7's dedicated menu-bar page, its Memory paragraph should be updated to add theCachebucket (or this PR's wording grafted in); the two are otherwise equivalent.Generated by Claude Code