You have a new server named Server1 that runs Windows Server 2012 R2.
Server1 has two dual-core processors and 32 GB of RAM.
You install the Hyper-V server role on Server1.
You create two virtual machines on Server1 that each have 8 GB of memory.
You need to minimize the amount of time it takes for both virtual machines to access memory.
What should you configure on each virtual machine?
A.
Resource control
B.
Memory weight
C.
Dynamic Memory
D.
NUMA topology
I think it will be D.
Obout dynamic RAM said nothing, so we shouldn disable it before use of NUMA.
‘D’ – Non-Uniform Memory Access (NUMA) is a computer system architecture that is used with multiprocessor designs in which some regions of memory have greater access latency
C. is correct.
===========
Be careful with the question “What should you configure on each virtual machine?”.
NUMA spanning (topology) is for the Hyper-V server, NOT for virtual machines. In other words, it is impossible to apply NUMA for virtual machines.
answer D : NUMA is configured on each VM :
https://blog.workinghardinit.work/2016/04/28/numa-spanning-and-virtual-numa-in-hyper-v/