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.
Namespace: SnapDB.IO.UnmanagedAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum TargetUtilizationLevels
Public Enumeration TargetUtilizationLevels
public enum class TargetUtilizationLevels
SnapDB.IO.Unmanaged.TargetUtilizationLevels = function();
SnapDB.IO.Unmanaged.TargetUtilizationLevels.createEnum('SnapDB.IO.Unmanaged.TargetUtilizationLevels', false);
| Low | 0 |
Collections won't occur until over 25% of the memory is consumed.
|
| Medium | 1 |
Collections won't occur until over 50% of the memory is consumed.
|
| High | 2 |
Collections won't occur until over 75% of the memory is consumed.
|