this post was submitted on 22 Feb 2025
12 points (100.0% liked)

Linux

50398 readers
808 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So recently I just come across Earlyoom and it has completely resolved my desktop crashing and better handles my memory, I was wondering if there is any other software that I’m missing that could potentially improve my systems resource handling?

Distro = Debian 12, KDE Plasma 5

top 7 comments
sorted by: hot top controversial new old
[–] merthyr1831@lemmy.ml 2 points 3 hours ago

you might wanna add a swapfile. A slow desktop is better than a crashing desktop!

[–] lnxtx 1 points 8 hours ago
[–] just_another_person@lemmy.world 9 points 1 day ago* (last edited 1 day ago) (1 children)

If Earlyoom helped you with OS stability, then you have memory problems. That means you're running more in memory processes than your system memory can handle before the kernel tries to save itself by killing procs using a lot of memory.

Get more memory if possible, enable a larger swap partition, or run fewer things.

[–] Czele@lemmy.world 2 points 22 hours ago (1 children)

You know, sometimes memory leaks happen

[–] just_another_person@lemmy.world 7 points 20 hours ago (1 children)

This person is not discussing a one-off memory leak issue. Seeing a memory leak means just stop using that program or go to a revision that doesn't have that issue. People don't just leave leaking apps out there for consumption.

[–] dgriffith@aussie.zone 1 points 2 hours ago (1 children)

People don't just leave leaking apps out there for consumption.

Ha! Welcome to corporate, where vendors sell you software and say that the hardware has to have 128GB of ram and when you poke around a bit you discover a single JVM with constantly growing memory usage with a script that restarts it every time it runs out of resources.

AND a log file that describes - in typical Java excruciating detail - the precise lines in each module where the devs allocated resources but didn't free them. About 40 times a second.

That isn't consumer open source software. Can't remember the last time I've seen something with a massive leak bad enough to cripple userspace and cause OOMKill situations. You're shoehorning a potential issue into a non-existent scenario in the context of this conversation.