MemoryPoolCollectionMode Enumeration

Specifies how critical the collection of memory blocks is.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum MemoryPoolCollectionMode

Members

None0 This means no collection has to occur.
Normal1 This is the routine mode.
Emergency2 This means the engine is using more memory than desired.
Critical3 This means any memory that can be released should be released. If no memory is released after this pass, an out of memory exception will occur.

See Also