Rambrain - a library for virtually extending physical memory
Maximilian Imgrund,Alexander Arth
DOI: https://doi.org/10.48550/arXiv.1510.06358
2017-06-08
Abstract:We introduce Rambrain, a user space library that manages memory consumption of your code. Using Rambrain you can overcommit memory over the size of physical memory present in the system. Rambrain takes care of temporarily swapping out data to disk and can handle multiples of the physical memory size present. Rambrain is thread-safe, OpenMP and MPI compatible and supports Asynchronous IO. The library was designed to require minimal changes to existing programs and to be easy to use.
Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?