|
|
|
|
|
by _msw_
2177 days ago
|
|
Disclosure: I work at AWS on building cloud infrastructure C6g instances only launched on June 11. I'm not sure what information can be gleaned from the spot prices regarding Arm demand at this time. The C5a instances powered by AMD Rome processors have 192 MiB of L3 cache per socket total (16 MiB L3 slice per compute complex, 12 CCX per socket). You can observe this from the cpuid(1) output: L3 cache information (0x80000006/edx):
line size (bytes) = 0x40 (64)
lines per tag = 0x1 (1)
associativity = 0x9 (9)
size (in 512KB units) = 0x180 (384)
384 * 512 KiB = 192 MiB(you can download cpuid from http://www.etallen.com/cpuid.html) |
|