I run pcm-memory in a docker container. It throws exception:
ERROR: pthread_setaffinity_np for core 0 failed with code 22.
I guess the reason is that the container uses only a few cores. pcm-memory tries to get data from all cpu cores.
How can I run pcm-memory in a docker container?