Replies: 4 comments
-
could you try to run PCM without RDT (https://github.com/intel/pcm/blob/master/doc/ENVVAR_README.md):
does it help or you still see the contention issue? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I had a look at the source code of memguard. Same as PCM, memguard relies on exclusive access to the performance monitoring unit (CPU performance counters): ALso memguard seems to have a higher priority such that it revoked access to CPU performance counters from pcm. |
Beta Was this translation helpful? Give feedback.
-
Oh, I see. Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Memgurad : https://github.com/heechul/memguard.git
When I insmod memguard, the IPC becomes -1, and all other indicators are abnormal. As long as I rmmod memguard, the PCM is normal again.
Where may this be the problem? How should I correct it?
Beta Was this translation helpful? Give feedback.
All reactions