#earlyoom
Is there a version of earlyoom that'll give me a GUI that lets me decide which process(es) to kill?
January 9, 2024 at 10:48 PM
Instalate earlyoom o si tienes systemd( 99% posibilidades) configurable systemd-oomd, tu vida mejorará

O, si te resulta interesante, quitale la swap, sustituyéndola opcionalmente por Zramswap
October 2, 2025 at 4:40 PM
Could be worse. Could be Linux without EarlyOOM or systemd-oomd: "We'll just constantly swap so everything freezes for a good 10 minutes, then the OOM killer will come around & kill unrelated processes until it lucks out. You'll have to reboot ayway."
May 10, 2026 at 12:50 PM
If not, keeping it to one machine might help if you try GE-proton instead and disable ESync/FSync, and regardless installing earlyoom so the system won't crash.
January 19, 2026 at 7:19 AM
Reminder to configure earlyOOM and or watchdog on your servers... In case some fuckass service decides to leak memory at GBytes per minute and lock up a remote machine with no kvm 💀
March 28, 2026 at 1:54 AM
If you've been frustrated with Linux processes eating memory and killing your server as if it was a Windows PC, this is for you. It's an efficient userspace memory monitoring that kills the bastards before they can kill the whole system. 👍
github.com/rfjakob/earl...
GitHub - rfjakob/earlyoom: earlyoom - Early OOM Daemon for Linux
earlyoom - Early OOM Daemon for Linux. Contribute to rfjakob/earlyoom development by creating an account on GitHub.
github.com
December 1, 2025 at 8:53 AM
Can't have one without the other!

```
rustup component add rust-analyzer
sudo apt-get install earlyoom
```
July 7, 2025 at 3:04 AM
If you can still get to the tty after a while it really does sound like you're hitting OOM and the OOM killer is taking 100 minutes to kick in like normal. Try enabling systemd-oomd or using earlyoom so it kills things before?
July 2, 2025 at 10:19 AM
Okay, after the fifth time of LibreWolf growing to consume 120+ GiB of RAM, near-freezing the system, requiring a hard reset, causing a RAID rebuild, causing my VMs to reset to their last "good" state while the Linux OOM killer twiddles thumbs...

I've installed earlyoom now. Or back to Firefox.
August 20, 2025 at 4:39 PM
Also earlyoom to the rescue because no I will not wait for a hung process to respond in a few days as it thrashes my swap.
October 8, 2025 at 10:18 PM
i installed earlyoom and now instead of firefox taking 6GB of RAM for no reason and then freezing my laptop, it just crashes
February 6, 2025 at 4:14 AM
A typical day starting with Ubuntu with 12GB of RAM

vittoriogioda.com/posts/linux-...
Linux Ubuntu freeze Firefox | Vittorio Gioda
How I fixed Ubuntu freezes caused by Firefox consuming all RAM by configuring swap, swappiness, earlyoom, and zswap.
vittoriogioda.com
April 28, 2026 at 5:55 PM
Try installing earlyoom. It kills a process to free up RAM when there's less free RAM & swap than a predefined value (which is basically what linux kernel oom killer is supposed to do, but sometimes fails).
July 1, 2025 at 8:21 AM
Several commenters pointed out that Windows handles memory pressure far better by default through automatic swap expansion. On Linux, keeping the machine interactive often still comes down to installing user-space daemons like earlyoom or systemd-oomd. 3/4
August 18, 2026 at 9:00 PM
I feel so frustrated that my Linux system *still* freezes on low memory conditions despite having systemd-oomd enabled, earlyoom enabled, and zswap enabled. And yes, I spammed the sysrq key and it didn't save it.
August 17, 2026 at 1:11 PM
@nelson what like earlyoom?
August 16, 2026 at 5:42 AM
This in incite in to what my ubuntu system is doing that would have taken hours of time to research if I ever could have learned it at all had I not used an LLM. I'll continue to caveat that LLMs have many many things about them that are bad on multiple […]

[Original post on gardenstate.social]
August 15, 2026 at 9:57 PM
just found out earlyoom exists .
maybe, just maybe, i can stop livelocking for the terrible crime of playing resonite now
July 29, 2026 at 4:41 PM
I tried to post it in the night, but for some reason when I post a picture in here via web on my laptop Bluesky starts to consume a lot of RAM... It gets a dangerous peak and... EarlyOOM for Firefox
June 4, 2026 at 4:56 PM
I've installed earlyoom. Let's see if that fixes it
March 14, 2026 at 3:20 AM