DefaultPile MaxMemoryLimit Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Imposes a limit on maximum number of bytes that a pile can allocate of the system heap. The default value of 0 means no limit, meaning - the pile will keep allocating objects until the system allows. The value may not be less than minimum 1 seg size (64 mb). May set on an active instance, however no existing objects will be removed if the limit is exceeded

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public long MaxMemoryLimit { get; set; }

Property Value

Type: OnlineInt64

Implements

IPileImplementation MaxMemoryLimit
See Also