Enum App.MemoryUtilizationModel
Denotes memory utilization modes
Namespace: NFX
Assembly: NFX.dll
Syntax
public enum MemoryUtilizationModel
Fields
Name | Description |
---|---|
Compact | The application must try to use memory sparingly and not allocate large cache and buffers. This mode is typically used in a constrained 32bit apps and smaller servers |
Regular | The application may use memory in a regular way without restraints |
Tiny | The application must try not to use extra memory for caches and temp buffers. This mode is typically used in a constrained 32bit apps and smaller servers. Thsi mode is stricter than Compact |