Sobes.tech
Junior — Middle

What does the term OOM mean in the context of the Linux operating system?

sobes.tech AI

Answer from AI

OOM (Out Of Memory) in Linux is a situation where the system runs out of RAM to perform current processes. In such cases, the Linux kernel launches the OOM Killer — a mechanism that terminates one or more processes to free up memory and prevent the entire system from crashing. Usually, processes with the highest memory consumption or those least important to the system are selected.