-
Notifications
You must be signed in to change notification settings - Fork 64
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
handling oom-killer? #14
Comments
I fixed this right before you opened this issue... Would be nice if you can prove that it actually works :-) |
This is much much better now. I've simulated OOM and got a nice and clear Please feel free to close this issue unless error message can be improved to mention "OOM" as a reason for termination. |
It's completely solved now. I added cleaner logging in the driver. Also a distinctive message is sent back to nomad. A unit test completes the feature. |
When allocation is oom-killed the error is very ambiguous. After the incident Nomad repeatedly complaints "Unknown allocation" to logs...
Would it be possible to detect whether allocation failed due to oom-killer?
See also hashicorp/nomad#2203
The text was updated successfully, but these errors were encountered: