[SOLVED] OOM (Out-of-Memory Killer)

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Moettke
Level 1
Level 1
Posts: 16
Joined: Mon Nov 25, 2019 12:48 pm

[SOLVED] OOM (Out-of-Memory Killer)

Post by Moettke »

Mint 19.2 does not work OOM, how to start?

Code: Select all

cat /proc/sys/vm/oom_kill_allocating_task 1
Alt + SysRq + F Doesn't work either
4.15.0-54-generic GNU/Linux
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Moem
Level 22
Level 22
Posts: 16230
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: OMM

Post by Moem »

What is OOM or OMM (you have both spellings), and what is your end goal here? In other words, what are you trying to do?
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Moettke
Level 1
Level 1
Posts: 16
Joined: Mon Nov 25, 2019 12:48 pm

Re: OMM

Post by Moettke »

Moem wrote: Mon Nov 25, 2019 1:22 pm What is OOM or OMM (you have both spellings), and what is your end goal here? In other words, what are you trying to do?
Just a typo. It was about OOM (Out-of-Memory Killer). With a lack of RAM, the PC freezes (completely). I need this application to close and the OS to freeze
rene
Level 20
Level 20
Posts: 12212
Joined: Sun Mar 27, 2016 6:58 pm

Re: OMM

Post by rene »

The OOM-killer works even if not always to satisfaction; it's a known Linux problem that under certain conditions memory-reclaim appears to be making enough progress to keep the OOM-killer from kicking in, even if it really is not in any real sense.

Alt+SysRq+F needs to be enabled by uncommenting /etc/sysctl.conf:kernel.sysrq=1 and running sudo sysctl -p.
Locked

Return to “Beginner Questions”