Replies: 1 comment
-
most of the threads in pcm belong to a pool thread. Threads are used there for parallelization of counter reads and are idling between the sample reads. If you reduce their amount the reading of the counters can become slower. |
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
-
When we launches pcm-memory.x, we found it spawns a lot of threads.
Here is our parameters to launch pcm-memory.x:
pcm-memory.x -pmm -nc
From pstack output, we see a lot of threads are just waiting:
We are wondering what those threads will do, and how we can limit thread number?
Beta Was this translation helpful? Give feedback.
All reactions