Courseiva
hardMultiple ChoiceObjective-mapped

XK0-006 Practice Question: A system administrator is tuning a server for a…

A system administrator is tuning a server for a high-performance computing workload and needs to disable NUMA (Non-Uniform Memory Access) at boot to improve memory access latency. Which kernel boot parameter should be added to the GRUB_CMDLINE_LINUX line in /etc/default/grub?

⚠ Common exam trap

It's easy for candidates to confuse `numa=off` with other hardware-disabling parameters like `acpi=off` or `noapic`, assuming any 'disable hardware feature' parameter will fix memory latency, when only `numa=off` directly addresses NUMA memory access behavior.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

numa=off

The `numa=off` kernel boot parameter explicitly disables NUMA support in the Linux kernel, forcing memory to be treated as a single contiguous block (UMA). This eliminates the latency penalty of remote memory accesses, which is beneficial for high-performance computing workloads that require consistent, low-latency memory access across all CPUs.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • maxcpus=1

    Why it's wrong here

    Limits the number of CPUs to one, which is too severe and not the correct parameter for NUMA.

  • numa=off

    Why this is correct

    This parameter disables NUMA support in the kernel.

  • acpi=off

    Why it's wrong here

    Disables ACPI, which is not specific to NUMA and can cause other issues.

  • noapic

    Why it's wrong here

    Disables the Advanced Programmable Interrupt Controller, not NUMA.

About these practice questions

One of 979 original XK0-006 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This XK0-006 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the XK0-006 exam.