IPileImplementation 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

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

long MaxMemoryLimit { get; set; }

Property Value

Type: OnlineInt64
See Also