Thank you for trying out the pmem-redis.
For the current implementation of pmem-redis, it only stores the value whose size larger than the threshold into NVDIMM. In other words, all keys and management structures of redis-server ( e.g, the dict for all key-value pairs) are still kept in DRAM. Hence, you definitely will see DRAM consuming of redis in top command.
For the server slowing down issue, it may not be directly related to pmem-redis, can check if the system is doing swap ?
Thanks,
Peifeng
在 2019年1月16日星期三 UTC+8下午8:24:03,muneendra kumar写道: