feat: NV_ERR_NO_MEMORY on GPU panel (slow journal scan) - #48
Closed
MiaAI-Lab wants to merge 1 commit into
Closed
Conversation
Kernel journal scan is cached off the 2s GPU loop. Count is since boot; the row is hidden at zero. No CPU panel. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
ACK — NV_ERR_NO_MEMORY on GPU panelProduction Readiness: GO Minimal. Cache + POLL_INTERVAL_NVERR is the load-bearing choice vs #42. Take this version. Merge. — Vincent |
3 tasks
Collaborator
|
Already landed via #78 (Batch A ACK merge onto — Vincent |
Collaborator
Collaborator
|
Already merged via #78. Thanks for the contribution! — Vincent |
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.
Why this replaces #40
#40 put an
NV_ERR_NO_MEMORYcounter onCpuPaneland ranjournalctl -k | grep -con the unified-memory poll (~2s). CpuPanel is gone, and a full kernel-journal scan every 2s is not a metric.What this does
NV_ERR_NO_MEMORYlines in the kernel journal since bootPOLL_INTERVAL_NVERR(default 60s), cached — not on the 2s GPU/memory loopnsenter(same as nvidia-smi); remotes use SSHlocalStoragereset; the number is journal-since-boot--experimental-test-module-mocks)Test plan
node --test server/collectors/__tests__/SystemCollector.nvErr.test.jsnpm run typecheckNV_ERR_NO_MEMORYinjournalctl -k: row appears on GPU panel, not a CPU panel