Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

vmemcache perf can't scaling with multi-thread. #253

Open
guoanwu opened this issue Nov 9, 2021 · 0 comments
Open

vmemcache perf can't scaling with multi-thread. #253

guoanwu opened this issue Nov 9, 2021 · 0 comments

Comments

@guoanwu
Copy link

guoanwu commented Nov 9, 2021

Since the mutex, the multi-thread performance scaling is not good. With 4 threads, we see most of time consuming is on the mutex lock and unlock.
We run the benchmark:
[root@wilson03 benchmarks]# taskset -c 0-3 ./bench_micro /mnt/pmem0 put 4 10000000 104857600 4096 10 1024 1024

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant