TargetUtilizationLevels Enumeration

Determines the desired buffer pool utilization level. Setting to Low will cause collection cycles to occur more often to keep the utilization level to low.

Definition

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

Members

Low0 Collections won't occur until over 25% of the memory is consumed.
Medium1 Collections won't occur until over 50% of the memory is consumed.
High2 Collections won't occur until over 75% of the memory is consumed.

See Also