pmem / vmemcache

Buffer based LRU cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is 'PMEM_MMAP_HINT' a proper name for an env used by vmemcache?

llugin opened this issue · comments

In src/mmap.c:73:

char *e = os_getenv("PMEM_MMAP_HINT");

Found on: 67bbf27

This code is not used and it will not be used, so it should be removed - see #166

@llugin there is no 'PMEM_MMAP_HINT' in the code now, please verify and close

Verified on d4e5468