Category Archives: non-volatile memory
NVDIMM types
source: Arthur Sainio, In-memory computing summit,2016
In-Memory Computing
Videos and Slides SAP HANA
Non Volatile Memory Conference List
NVMW’16 SNIA NVM Summit IMW DATE MEMSYS
Linux Support for NVM technology
Steps: Download the NVDIMM Kernel Tree Compile kernel with the following configurations to enable PMEM and DAX support. CONFIG_BLK_DEV_RAM_DAX=y CONFIG_FS_DAX=y CONFIG_X86_PMEM_LEGACY=y CONFIG_LIBNVDIMM=y CONFIG_BLK_DEV_PMEM=m CONFIG_ARCH_HAS_PMEM_API=y If you have NVDIMMs, then you should have kernel support. If you don’t have NVDIMMs, you … Continue reading
Non-volatile memory ( NVM ) technology
Non-volatile memory ( NVM ) is a type of computer memories that can retrieve stored information across even power failure. Unlike volatile memory, NVM does not need its memorized data to be refreshed periodically. It is commonly used for secondary storage or long-term … Continue reading