SystemMemory Field

BerkeleyDB

If true, allocate region memory from system shared memory instead of from heap memory or memory backed by the filesystem.

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

Syntax

C#
public bool SystemMemory
Visual Basic (Declaration)
Public SystemMemory As Boolean
Visual C++
public:
bool SystemMemory

Remarks

See Shared Memory Regions in the Programmer's Reference Guide for more information.

See Also