[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.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public long MaxMemoryLimit { get; set; }[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public long MaxMemoryLimit { get; set; }<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute>
Public Property MaxMemoryLimit As Long
Get
Set<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute>
Public Property MaxMemoryLimit As Long
Get
Setpublic:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute]
virtual property long long MaxMemoryLimit {
long long get () sealed;
void set (long long value) sealed;
}public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute]
virtual property long long MaxMemoryLimit {
long long get () sealed;
void set (long long value) sealed;
}[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
abstract MaxMemoryLimit : int64 with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
override MaxMemoryLimit : int64 with get, set[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
abstract MaxMemoryLimit : int64 with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
override MaxMemoryLimit : int64 with get, setProperty Value
Type:
Int64Implements
IPileImplementation MaxMemoryLimit