928
submitted 4 months ago* (last edited 4 months ago) by 0x4E4F@sh.itjust.works to c/linuxmemes@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] Crashumbc@lemmy.world 14 points 4 months ago

So is this the Linux version of Blu screen?

[-] AProfessional@lemmy.world 33 points 4 months ago
[-] WadeTheWizard@lemmy.world 29 points 4 months ago

That would be an excellent band name.

[-] ThePowerOfGeek@lemmy.world 27 points 4 months ago

Or a terrible name for a military commander.

[-] puppy@lemmy.world 17 points 4 months ago

Colonel Panic. Different spelling though.

[-] 01189998819991197253@infosec.pub 11 points 4 months ago

That name would be a major ~~pain~~ Payne

[-] froh42@lemmy.world 6 points 4 months ago

He's in General Error's unit.

[-] ThePowerOfGeek@lemmy.world 3 points 4 months ago

That's one of the two reasons it would be a terrible name for a military commander.

[-] 0x4E4F@sh.itjust.works 1 points 4 months ago
[-] ThePowerOfGeek@lemmy.world 2 points 4 months ago

Having the word 'panic' in there isn't going to inspire the troops very well.

[-] 0x4E4F@sh.itjust.works 1 points 4 months ago
[-] Knuschberkeks@feddit.de 15 points 4 months ago

My band is currently searching for a name. I will add this one to the list.

[-] TedZanzibar@feddit.uk 3 points 4 months ago

Make sure to add The Wrong Guts to your list.

[-] postmateDumbass@lemmy.world 1 points 4 months ago* (last edited 4 months ago)

Better cover some Widespread Panic, there maybe trouble if you dont

[-] thanks_shakey_snake@lemmy.ca 1 points 4 months ago

Kernel Panic at the /dev/disk/0

[-] Takios@discuss.tchncs.de 22 points 4 months ago

No, the equivalent would be a kernel panic that the other user had linked. This is a situation where the RAM is fully used and a program's request for memory cannot be fulfilled. This is still a very bad situation because pretty much everything will grind to a halt. The Linux kernel thus makes a decision to kill a process (or multiple) until enough RAM is available again. Usually it kills the process with the most used RAM, but there's methods to influence the decision.

[-] Ooops@kbin.social 11 points 4 months ago* (last edited 4 months ago)

Nope, this is "Your system ran out of memory and now this program isn't reacting anymore (it's trying to allocate memory but there is no free memory left). Please stop the program or try to get rid of some of its subprocesses to free up memory."

[-] cygon@lemmy.world 9 points 4 months ago

Not yet. It can lead to that point, but this is just the kernel handling an "out of memory" situation. The kernel in the screenshot is configured to run its OOM reaper / OOM killer.

The OOM reaper checks all running processes and looks for the one that causes the least disruption when killed. It does that by calculating a score which is based on the amount of memory a process uses, how recently it was launched and so on. Ideally, a Linux desktop user would simply see their video game, browser or media player close.

This smart TV is in real trouble, though, it probably already killed its OSD, still didn't even have enough memory to spawn a login shell and is now making short work of strange VLC instances that probably got left behind by a poorly written app store app :)

this post was submitted on 12 May 2024
928 points (100.0% liked)

linuxmemes

20774 readers
1048 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