tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.9K
active users

The Linux OOM killer remains worse than useless on systems with more than about 64 MiB RAM

Public

@directhex it have saved me many times from some of my projects with exponential memory leaks.

Quiet public

@ekg @directhex did it "save" you by killing your entire machine? :P

Public

@ekg I don’t think I’ve ever had an OOM incident where the killer hasn’t gone haywire and started killing random vital processes like sshd rather than waiting for the multi gigabyte processes that caused the OOM to finish being killed

Public

@directhex @ekg

I don't think I've ever seen it terminate a process in under 45 minutes, by which time most other processes have already crashed due to IO timeouts.