nerdexam
CompTIA

XK0-005 · Question #1728

Linux system users report that over the past few months a server has stopped responding at least two times each day. Every time this happens, the users have to restart the server to recover it. A…

The correct answer is A. More memory resources. The oom-killer is invoked when the system runs out of memory, as indicated by the memory usage in the free -m output. Since swap space is not being used and physical memory is almost entirely consumed, adding more memory resources will prevent the system from running out of…

Troubleshooting

Question

Linux system users report that over the past few months a server has stopped responding at least two times each day. Every time this happens, the users have to restart the server to recover it. A systems administrator diagnosing the issue collects the following outputs: Output 1: Output 2: Output 3: Which of the following is the best permanent resolution for the system?

Exhibits

XK0-005 question #1728 exhibit 1
XK0-005 question #1728 exhibit 2
XK0-005 question #1728 exhibit 3

Options

  • AMore memory resources
  • BMore CPU resources
  • CMore network bandwidth
  • DExtended root filesystem

How the community answered

(26 responses)
  • A
    77% (20)
  • B
    12% (3)
  • C
    4% (1)
  • D
    8% (2)

Explanation

The oom-killer is invoked when the system runs out of memory, as indicated by the memory usage in the free -m output. Since swap space is not being used and physical memory is almost entirely consumed, adding more memory resources will prevent the system from running out of memory and invoking the oom-killer to terminate processes.

Topics

#Server Troubleshooting#Memory Management#System Performance#Resource Utilization

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice