did some extensive testing with the new persistent memory modules from
intel. If you can get them, they're pretty good. A lot less work to use
than I was expecting.
Pradeep Fernando
unread,
Sep 3, 2019, 6:59:01 PM9/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcached
Hi Dormando,
Thanks for the post!. I want to run the same benchmark/configuration for one of my workloads.
In the post, you mentioned,
"Persistent memory is enabled using a DAX filesystem and a prototype patch for memcached’s restartable mode. The persistent memory is accessed via a mmap’ed file."
I have a pmem DAX file system and your mmap memory allocation patch would help me. Can you please share it -- I could not find a link in your post.
Further, I do not understand the additional requirement of 'memcached restartable mode' and how it relates to persistent memory.
Thanks in advance,
--Pradeep
dormando
unread,
Sep 3, 2019, 7:16:41 PM9/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
pass "-e /path/to/dax/mount/memcache" and it'll use the persistent memory
mount. The graceful restart code isn't complete yet, but you can ignore it
if all you want to do is test using persistent memory for capacity
reasons.
Should be in the mainline soon. I'm pushing to get it complete.