XK0-006 · Question #21
A Linux administrator receives reports about MySQL service availability issues. The administrator observes the following information: Which of the following explains why the server was offline?
The correct answer is A. The process exhausted server memory. The logs show mysqld invoked oom-killer, which is the Linux Out-Of-Memory (OOM) killer. This indicates MySQL consumed too much memory, forcing the kernel to terminate it to protect the system, which caused the service outage.
Question
A Linux administrator receives reports about MySQL service availability issues. The administrator observes the following information:
Which of the following explains why the server was offline?
Exhibit
Options
- AThe process exhausted server memory.
- BThe process was intentionally terminated by a privileged user.
- CThe process crashed because of a filesystem error.
- DA network outage caused a service availability issue.
How the community answered
(16 responses)- A69% (11)
- B13% (2)
- C13% (2)
- D6% (1)
Explanation
The logs show mysqld invoked oom-killer, which is the Linux Out-Of-Memory (OOM) killer. This indicates MySQL consumed too much memory, forcing the kernel to terminate it to protect the system, which caused the service outage.
Topics
Community Discussion
No community discussion yet for this question.
