Question
Why is NUMA-aware scheduling important on a multi-socket server?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Memory access time depends on which processor node owns the memory
Explanation:
Non-uniform memory access systems have faster local memory and slower remote memory.
Placing a thread near its data can reduce memory latency and interconnect traffic.
Leave a Reply