The gigabytes component of the byte-count limit on the amount of
            memory to be used by shared structures in the main environment
            region. These are the structures other than mutexes and the page
            cache (memory pool).
            
    Namespace: 
   BerkeleyDB
    Assembly:
   libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public uint RegionMemoryLimitGBytes { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property RegionMemoryLimitGBytes As UInteger | 
Return Value
The maximum number of gigabytes used by the main region.
            
 See Also
See Also