HostRecycleSettingsPrivateMemoryUsageMaximum Property |
Gets or sets the amount of private memory a host process must reach or exceed before it is recycled.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic long PrivateMemoryUsageMaximum { get; set; }
Public Property PrivateMemoryUsageMaximum As Long
Get
Set
Property Value
Type:
Int64The private memory usage maximum, specified in bytes.
See Also