Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux systems administrator receives a report that a user is unable to start an application. The administrator reviews the following error: yaml CopyEdit Killed process 1141 (application) ... total-vm:5622584kB ... oom_score_adj:0 oom_reaper: reaped process 1141 ... Which of the following describes the situation?
Correct Answer: D
The logs clearly indicate the Out of Memory (OOM) killer terminated the process (Killed process... oom_score...). * D is correct: The application attempted to allocate more memory than was available (RAM + swap), triggering the OOM killer. Incorrect Options: * A: No CPU-related error or throttling is shown. * B: No network error or socket limitation messages are shown. * C: No error related to open file handles or disk usage. Reference: CompTIA Linux+ XK0-005 Study Guide, Chapter 9 man dmesg, man proc