this post was submitted on 15 May 2026
2 points (75.0% liked)

Arch Linux

9729 readers
1 users here now

The beloved lightweight distro

founded 6 years ago
MODERATORS
 

I've noticed that there are notifications now if a programme is taking too much ram and the kernel kills it. 69935

Were they there before or it's an update from the DE or notification manager.

top 4 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 2 points 6 days ago (1 children)

I can't tell where you're getting this message from, but kernel logs would mention "OOMKill", so I'm assuming this isn't from the kernel itself, but another monitor logging it and reporting on it perhaps.

Create extra swap and that will help prevent this.

[–] Hiro8811@lemmy.world 0 points 6 days ago* (last edited 6 days ago) (1 children)

It was crashing while trying to render with vulkan so I'm guessing it's vram. I do have 32GB ram so I don't think it was using that much

It's not video memory, it's system memory. Post the output of free -m

[–] fozid@feddit.uk 1 points 5 days ago

That's not a kernel notification, that's a program you have installed setup to monitor for oom kernel notifications then to kill the offending process before it causes system issues. I installed one ages ago as I hit oom quite a bit with some of the data analysis I do in python.