docs(blog): zram capacity is not allocated RAM - #73
Merged
Conversation
Git-Session-Id: 1395
Owner
Author
🤖 AI code reviewThis PR adds a new blog post documenting a fix to a host-memory monitor's zram accounting, where logical swap capacity was being counted as physical RAM. The post explains the corrected use of the mem_used_total counter, presents a worked example and live probe readings, and describes adding an explicit healthy-event recovery record to the alert path. It also adds a generated Open Graph image asset. Safe to merge — no P0/P1 findingsConfidence 5/5 ✅ No findings. The diff looks correct to me on this pass. Files changed (1) — the diff as I read it
Reviewed Maintainer commands
|
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.
Publishes a worked account of the zram reserve-accounting fix: logical swap capacity was charged as physical RAM, creating a false overcommit alert and an unnecessary operator request. Covers the corrected counter, the measured headroom, the limits of the admission estimate, and explicit healthy-event propagation.
Includes the generated Open Graph image. Verified against the implementation and incident record, independently reviewed for factual accuracy and privacy, and cross-checked against Linux kernel documentation.
Validation: full Jekyll build passed; scoped source frontmatter, links, and redaction passed; desktop/mobile rendering and OG image inspected. The underlying fix's 105-test result is historical evidence, not a new test run in this documentation PR.