this post was submitted on 09 Feb 2024
127 points (95.7% liked)

linuxmemes

20762 readers
1415 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
 

this is the first time in many years of my GNU/Linux journey that I saw a BSOD. on my office machine BTW. personal machine has never crashed even once.
the crash was due to 100% RAM and swap usage.

image description:
a mobile-clicked photo of a laptop screen. the background is full black with a sad computer image in the middle. the text below it reads: "Oh no! something has gone wrong. A problem has occurred and the system can't recover. Please log out and try again."
just below it is a small button with the text "log out"

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 30 points 7 months ago (5 children)

100% RAM is a huge pain on Linux. I have a widget in my taskbar that always shows my RAM usage so I can tell if I'm about to get doinked

[–] [email protected] 9 points 7 months ago (3 children)

Same, what usually spikes yours to 100%?

[–] [email protected] 13 points 7 months ago (1 children)

Up until yesterday I would've said "Firefox" (because I hoard tabs), but it turns the real answer was "Firefox running as a Snap."

(A failed update screwed up my Snap installation, which finally gave me the kick I needed to quit procrastinating and excise it from my system once and for all. I'm running Firefox installed via apt package from Mozilla's PPA, and now -- with the same number of tabs open -- my system is hovering around 8 GB memory usage, when before it was constantly bouncing off the 32 GB redline.)

[–] [email protected] 2 points 7 months ago (1 children)

Firefox somewhat regularly crashes or freezes up my laptop (16Gb) due to memory usage and I'm running the default Arch package. I ended up installing a memory watchdog that kills processes when they start using too much. Although I do hoard tabs.

[–] [email protected] 1 points 7 months ago (1 children)

I mean there is a kernel OOM killer and a systemd service that acts well before that. Do you not use systemd?

[–] [email protected] 1 points 7 months ago

I do use systemd. I pretty much run stock EndeavorOS

[–] [email protected] 5 points 7 months ago* (last edited 7 months ago) (2 children)

Carelessly running too many programs and not having much RAM.

When I get my Framework 16, I'll either get 64 or 128GBs of RAM. It's so cheap nowadays, the only thing stopping me from getting more is simply the increased time to go to sleep and wake up.

[–] [email protected] 6 points 7 months ago* (last edited 7 months ago) (1 children)

Tends to be mem leak in bad code for me

[–] [email protected] 5 points 7 months ago (1 children)

Yeah i only get near 100% when I'm doing a lot of virtualization or running nyx for a long time since there's a memory leak in there.

[–] [email protected] 0 points 7 months ago (1 children)

Wouldn't of thought nyx would be unstable.

[–] [email protected] 2 points 7 months ago

Not unstable nor unreliable, just a bit buggy. Every so often you gotta do a quick qq to exit and wait up to 5 minutes for it to let go of the ram. On occasion I've had to terminate the process as it was doing something wacky.

[–] [email protected] 2 points 7 months ago

I have 16 GB and it feels like a lot. I run virtual machines and I still have leftovers

[–] [email protected] 2 points 7 months ago (1 children)

Manipulating gigantic log files can do it for me.

[–] [email protected] 1 points 7 months ago

You know your in for a good time when notepad give a warning before hand, ive run into this before filling my 32gb of ram.

[–] [email protected] 1 points 7 months ago

same! I have a nice icon next to it on my i3 status bar.

[–] [email protected] 1 points 7 months ago (1 children)

Doesn't Linux have some sort of Page File?

[–] [email protected] 4 points 7 months ago (1 children)

Its not a dedicated file usually as you can setup a swap partition.

[–] [email protected] 1 points 7 months ago (1 children)

Technically you can create a fixed size pagefile in your disk and mount it as swap workout repartitioning. But Linux doesn't use swap much regardless of method.

[–] [email protected] 1 points 7 months ago

It only uses swap under memory pressure. You can configure your swappyness if you want it to be more aggressive

[–] [email protected] 1 points 6 months ago

There are automated memory killers that should avoid this. I'm using nohang, but systemd also has some module for this.