Replies: 1 comment
-
Important note on perf measurement The numad service is enabled by default on some systems (happened on one Ubuntu 22.04). This service overrides the
So for performance benchmarking, it's best to disable numad:
Now numactl works, and can be applied like this (to allocate memory only on NUMA node 0 and to execute only on CPUs from NUMA node 0):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A useful way of checking CPU utilization:
mpstat -P ALL 1
(need to install first)Beta Was this translation helpful? Give feedback.
All reactions