HostRecycleSettings Properties |
The HostRecycleSettings type exposes the following members.
Name | Description | |
---|---|---|
FixedNumberOfTasks |
Gets or sets the fixed number of tasks the host will execute before it is recycled.
| |
IdleTimeout |
Gets or sets the amount of time (in milliseconds) a host can idle before it is recycled.
| |
JobCompletion |
Gets or sets a value indicating whether to recycle the host upon the completion of the current job.
| |
PrivateMemoryUsageMaximum |
Gets or sets the amount of private memory a host process must reach or exceed before it is recycled.
| |
RegularInterval |
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.
| |
SpecificTimes |
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.
| |
TaskEnvironmentNoLongerReferenced |
Gets or sets a value indicating whether to recycle the host when its current task environment is no longer referenced.
|
STK Parallel Computing Server 2.9 API for .NET