-
Notifications
You must be signed in to change notification settings - Fork 160
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
Low memory is not OOM #60
Comments
Not sure about this. What earlyoom does is to declare that the system is "out of memory" sooner than the kernel oom killer would to. And what "out of memory" means can be set by the user. |
Need citation. Earlyoom sets follow:
This is not "out of memory" levels. "Out of memory" isn't mentioned at all. |
It's right in the title
|
Earlyoom acts early OOM, but 10% MemAvailable is not OOM. |
very good |
In normal operation, earlyoom should not occur at all OOM, since preventing OOM is the main task of earlyoom, not a reaction to OOM that has already occurred.
What about replace "Out of memory!" in earlyoom stdout with "Preventing OOM!"?
The text was updated successfully, but these errors were encountered: