this post was submitted on 25 Dec 2024
409 points (99.0% liked)
Programmer Humor
20215 readers
1798 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure what you mean. Stop my computer from hanging like that? Or make it so that SIGTERM and SIGKILL work with those magic keys? I don't know what an OOM killer is.
I'd definitely be interested in something that stopped the computer from crashing. But I kind of doubt that's going to happen; because as I said, I'm pretty sure it's a hardware thing. (But I suppose appropriate software might allow it to successful recover from the problem without having to restart.) It's pretty rare by the way. I use the computer almost every day, and I haven't had this problem happen for a few weeks. I've basically given up trying to fix it.
Yeah the hanging is being caused by your RAM being filled. Systemd-oomd will kill things more aggressively than the kernel out-of-memory handler that should stop it from locking up.
Alright, then that sounds like its definitely worth trying. Thanks for the suggestion. I guess it will be hard for me to tell whether or not it is working, because in the ideal case: nothing happens. But I'll definitely try it out and hope for the best.