memory mirroring?
memory mirroring?
Posted Mar 24, 2012 8:47 UTC (Sat) by dlang (guest, #313)In reply to: memory mirroring? by jzbiciak
Parent article: Toward better NUMA scheduling
you are missing cases where the working set does not all fit in the cache. On large systems (which most NUMA systems tend to be), it's very common for the apps to use lots of memory, and exceed the cache size for their data working set (they may have their hot code fit in the cache, but not all the data that it's manipulating, you can do a lot of processing on each memory address while waiting for the system to prefetch the next hunk of memory without taking any more wall-clock time
