Kernel

OOM Killer

English

Overview

A kernel mechanism that forcibly terminates a process to protect the system when memory runs out.

Details

Short for Out Of Memory Killer. When free memory becomes critically low, it scores each process by importance and kills the one with the lowest score to prevent the whole system from freezing.

More Linux terms