nerdexam
CompTIA

CV0-003 · Question #351

A systems administrator notices that two servers running similar workloads behave differently in the face of high activity and low memory conditions. While the first server performs slowly under…

The correct answer is A. Swap disk space. The contrasting behaviors - one server slowing down while the other crashes under low memory - directly indicate a difference in swap space configuration between the two systems.

Troubleshooting

Question

A systems administrator notices that two servers running similar workloads behave differently in the face of high activity and low memory conditions. While the first server performs slowly under these conditions, the second does not. In time, however, the first server continues to perform while the second crashes. Which of the following should the administrator investigate FIRST to solve the problem quickly?

Options

  • ASwap disk space
  • BDisk latency
  • CI/O tuning
  • DRAID configuration

How the community answered

(27 responses)
  • A
    67% (18)
  • B
    7% (2)
  • C
    19% (5)
  • D
    7% (2)

Why each option

The contrasting behaviors - one server slowing down while the other crashes under low memory - directly indicate a difference in swap space configuration between the two systems.

ASwap disk spaceCorrect

Swap space (paging file or virtual memory) allows a server to extend effective memory capacity by moving inactive pages to disk when physical RAM is exhausted. Server 1 is likely configured with adequate swap, causing it to slow down due to disk I/O paging but remain stable and continue running. Server 2 has insufficient or no swap configured, so when it exhausts physical RAM it has no fallback mechanism and the OS or workloads crash due to out-of-memory conditions. Swap disk space is the first and fastest configuration difference to investigate to explain this specific behavior pattern.

BDisk latency

Disk latency affects overall I/O throughput and response times but does not explain why one server crashes while the other merely slows down when physical memory is depleted.

CI/O tuning

I/O tuning optimizes storage throughput and queue depths but has no direct relationship to the specific failure mode of a server crashing versus degrading gracefully under low memory pressure.

DRAID configuration

RAID configuration governs storage redundancy and read/write performance characteristics but does not influence how a server behaves when it runs out of available memory.

Concept tested: Swap space impact on server stability under low memory

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/performance/performance-issues-caused-by-virtual-memory-settings

Topics

#swap space#memory management#performance analysis#server crashes

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice