NoMMap Property

BerkeleyDB

If true, Berkeley DB will copy read-only database files into the local cache instead of potentially mapping them into process memory.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool NoMMap { get; set; }
Visual Basic (Declaration)
Public Property NoMMap As Boolean
Visual C++
public:
property bool NoMMap {
	bool get ();
	void set (bool value);
}

See Also