Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Posted Jan 5, 2024 16:29 UTC (Fri) by willy (subscriber, #9762)Parent article: Kernel-text replication on NUMA systems
Posted Jan 5, 2024 17:29 UTC (Fri)
by MattBBaker (guest, #28651)
[Link]
Posted Jan 6, 2024 15:33 UTC (Sat)
by snajpa (subscriber, #73467)
[Link] (6 responses)
Posted Jan 6, 2024 21:37 UTC (Sat)
by willy (subscriber, #9762)
[Link] (5 responses)
I haven't seen this done on ARM yet, but I haven't been looking terribly hard.
Posted Jan 7, 2024 10:48 UTC (Sun)
by snajpa (subscriber, #73467)
[Link] (1 responses)
Posted Jan 7, 2024 10:51 UTC (Sun)
by snajpa (subscriber, #73467)
[Link]
Posted Jan 7, 2024 11:53 UTC (Sun)
by wtarreau (subscriber, #51152)
[Link] (2 responses)
Posted Jan 7, 2024 12:52 UTC (Sun)
by snajpa (subscriber, #73467)
[Link] (1 responses)
Posted Jan 8, 2024 4:16 UTC (Mon)
by wtarreau (subscriber, #51152)
[Link]
Posted Jan 8, 2024 14:06 UTC (Mon)
by neggles (subscriber, #153254)
[Link]
Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Kernel-text replication on NUMA systems
Indeed, and the cache is actually behind the memory controllers:
Kernel-text replication on NUMA systems
2.4 System Level Cache (SLC)
This can explain why the inter-core performance differs with NUMA setup.
The SLC is a memory-side cache that is mostly exclusive with the L2 caches. The SLC is used for processor evictions and caches large data and instruction structures to improve system performance. The SLC is not a traditional processor-side Last Level Cache (LLC), sometimes called an L3 or L4 cache
Kernel-text replication on NUMA systems