intel / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
17 stars 4 forks source link

Adding lockMemory flag support to the cachebench #81

Closed vinser52 closed 1 year ago

vinser52 commented 1 year ago

This change is Reviewable

igchor commented 1 year ago

Do we actually use this flag anywhere?

vinser52 commented 1 year ago

Do we actually use this flag anywhere?

I added this flag to simplify experiments with DSA. My assumption was that this flag will help to avoid page faults. But according to our experiments at the meeting perhaps it does not help. @byrnedj @guptask Could you please very if this flag helps?