98

For those who couldn't read the Linux GUI:

  • Windows used 3.4 GB / 8GB
  • Linux used 800 MB/ 8 GB
you are viewing a single comment's thread
view the rest of the comments
[-] Haystack@lemmy.world 8 points 7 months ago

It's always nice to have a failsafe if some process has a major memory leak. Otherwise if your memory fills up your system completely freezes with no way to recover.

[-] avidamoeba@lemmy.ca 6 points 7 months ago* (last edited 7 months ago)

This isn't quite true. The system does recover. The mechanism doing the recovery is the kernel OOM killer which begins to shoot processes to free up RAM. Now whether or not the processes you care about survive or not and whether they lost any data you care about is a different question. 🤭 That's a problem elegantly solved on Android by the introduction of its more complex lifecycle which provides data persistence guarantees.

[-] kpw@kbin.social 4 points 7 months ago

There is EarlyOOM which you can configure to shoot processes except the ones you care about.

[-] labsin@sh.itjust.works 3 points 7 months ago

Actually the swapping is what freezes up the PC writing to disk like it was RAM is just too slow.. If you don't have swap enabled, either the kennel will throw out processes or one could crash cause of memory errors.

this post was submitted on 05 Dec 2023
98 points (86.0% liked)

linuxmemes

19747 readers
1895 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS