Click or drag to resize

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; }

Property Value

Type: Int64
The private memory usage maximum, specified in bytes.
See Also

STK Parallel Computing Server 2.9 API for .NET