XmlContainerConfig::setNoMMap

#include <DbXml.hpp>

void XmlContainerConfig::setNoMMap(bool value)

If set to true then the container will not be mapped into process memory (see the DbEnv::set_mp_mmapsize() method for further information). The default value is false.

Parameters

value

If true, then the container will not be mapped into process memory.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods