you might wanna add a swapfile. A slow desktop is better than a crashing desktop!
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.
You know, sometimes memory leaks happen
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.
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.