Advanced Operating Systems
Q94 / 100

What is Linux's OOM killer?

Correct! Well done.

Incorrect.

The correct answer is B) A kernel mechanism that selects and kills processes when memory is critically exhausted to recover memory and prevent system hang

B

Correct Answer

A kernel mechanism that selects and kills processes when memory is critically exhausted to recover memory and prevent system hang

Explanation

The OOM (Out-Of-Memory) killer scores each process by memory usage, CPU time, root privilege, and nice value. It kills the highest-scoring process, freeing memory to allow the system to continue.

Progress
94/100