Site icon EfmSoft

What does NTSTATUS 0xC037000F (STATUS_VID_INVALID_NUMA_SETTINGS) mean?

 
Could be also:
ConstantTypeOS
ERROR_VID_INVALID_NUMA_SETTINGSHRESULTWindows
Previous Next
STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED STATUS_VID_INVALID_NUMA_NODE_INDEX

STATUS_VID_INVALID_NUMA_SETTINGS

The configured NUMA topology does not match the host

STATUS_VID_INVALID_NUMA_SETTINGS is a configuration/topology mismatch. It means the requested virtual NUMA layout cannot be reconciled with the host NUMA topology that Hyper-V sees.

Microsoft documentation notes that Hyper-V attempts NUMA-aware placement and that NUMA spanning can let a VM use resources across nodes at a performance cost. If spanning is disabled or the requested layout exceeds a node, start or migration can fail.

The complete virtual NUMA configuration is inconsistent with the physical topology Hyper-V is trying to use, rather than one isolated node index being bad. Review per-node processor and memory limits, NUMA spanning policy, and the VM's virtual NUMA settings together before changing unrelated guest parameters.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version