Hardware?
Hardware?
Posted Mar 18, 2012 12:45 UTC (Sun) by dlang (guest, #313)In reply to: Hardware? by slashdot
Parent article: Toward better NUMA scheduling
the hardware can't do this transparently because the memory addresses of the page would change.
NUMA is still a single-system image, so all the memory on all the nodes is in the same address space. move a page and you have to update all pointers to that page (or the mapping to that page if you go through some level of indirection)
