PMDK C++ bindings
1.9.1
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Custom out of memory error class. More...
#include <libpmemobj++/pexceptions.hpp>
Custom out of memory error class.
Thrown when there is out of memory error inside of a transaction. It may occur when you run out of space on persistent memory: too many objects or too big object was allocated (current limit for a single element is ~16GB). Bigger pool or smaller object is required.