Click or drag to resize

HostRecycleSettings Properties

The HostRecycleSettings type exposes the following members.

Properties
  NameDescription
Public propertyFixedNumberOfTasks
Gets or sets the fixed number of tasks the host will execute before it is recycled.
Public propertyIdleTimeout
Gets or sets the amount of time (in milliseconds) a host can idle before it is recycled.
Public propertyJobCompletion
Gets or sets a value indicating whether to recycle the host upon the completion of the current job.
Public propertyPrivateMemoryUsageMaximum
Gets or sets the amount of private memory a host process must reach or exceed before it is recycled.
Public propertyRegularInterval
Gets or sets the amount of time (in milliseconds) representing the interval after which the host will be regularly recycled. The interval is measured from the time the host process was started.
Public propertyCode exampleSpecificTimes
Gets or sets the specific times of day at which hosts get recycled. Specific times are in the format "hh:mm:ss tt". Separate multiple times with commas.
Public propertyTaskEnvironmentNoLongerReferenced
Gets or sets a value indicating whether to recycle the host when its current task environment is no longer referenced.
Top
See Also

STK Parallel Computing Server 2.9 API for .NET