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

Linux

50435 readers
769 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

you are viewing a single comment's thread
view the rest of the comments
[–] 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 1 day ago (1 children)

You know, sometimes memory leaks happen

[–] just_another_person@lemmy.world 7 points 1 day 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 2 points 11 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.

[–] just_another_person@lemmy.world 1 points 11 hours ago

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.