Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: have HostMemoryFull alert use MemAvailable instead of MemFree #248

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

lucabello
Copy link
Contributor

Issue

Closes #247.

Solution

Use MemAvailable instead of MemFree in the alert.

Context

MemFree_bytes: Theamount of physical RAM left unused by the system.
MemAvailable_bytes: An estimate of how much memory is available for starting new applications, without swapping.

@lucabello lucabello requested a review from a team as a code owner January 29, 2025 09:05
@lucabello lucabello merged commit ef915f1 into main Jan 29, 2025
12 checks passed
@lucabello lucabello deleted the fix/hostmemfull branch January 29, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory Check alerting everywhere for HostMemory Full
2 participants