2

when we run:

numactl --hardware

we can see the current status of numa setting.

However, it seems not set by Linux ( at least, I didn't add a parameter to set it ). Did it set by BIOS?

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
Mark
  • 677
  • 9
  • 28

1 Answers1

0

https://github.com/torvalds/linux/blob/59fc453b21f767f2fb0ff4dc0a947e9b9c9e6d14/arch/x86/mm/numa.c#L649

should parse SRAT which from BIOS.

Mark
  • 677
  • 9
  • 28