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.9.0.1601 (2.9.0.1601)
Syntax public long PrivateMemoryUsageMaximum { get; set; }
Public Property PrivateMemoryUsageMaximum As Long
Get
Set
Property Value
Type:
Int64The private memory usage maximum, specified in bytes.
See Also