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

Linux

50384 readers
1306 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
7
submitted 19 hours ago* (last edited 19 hours ago) by ohshit604@sh.itjust.works to c/linux@lemmy.ml
 

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 3 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 4 points 18 hours ago* (last edited 17 hours 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 14 hours ago (1 children)

You know, sometimes memory leaks happen

[–] just_another_person@lemmy.world 3 points 12 hours ago

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.