resource-disaggregation / jiffy

Virtual Memory Abstraction for Serverless Architectures
Apache License 2.0
45 stars 14 forks source link

PMEM support #128

Closed hesuyouren closed 3 years ago

hesuyouren commented 3 years ago

What changes were proposed in this pull request?

Intel persistent memory is available for storage (to replace DRAM).

How was this patch tested?

All storage-related tests now support both PMEM and DRAM modes. Command line flags should be added during runtime. (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

Please review https://ucbrise.github.io/jiffy/contributing/ before opening a pull request.