[Trigger] RAM
Q100024: [Trigger] RAM
Checks available RAM and fires when specified condition is met
Parameter | In/Out | Description | Other Info |
---|---|---|---|
Threshold amount | In | Threshold amount to compare available RAM against. | Default: 90 |
Threshold type | In | Choices: Percentage , KB , MB , GB , TB , PB The type of value the threshold is comparing against. |
Default: Percentage |
Trigger threshold | In | Choices: Above , Below Should this be triggered when the amount of available RAM crosses the line defined and remains above/below the specified threshold value? |
Default: Below |
Seconds between checks | In | How often to check, in seconds (multiples of 5) | |
Seconds before triggering | In | The conditions must be satisfied for at least this many seconds before the trigger is executed (0 = instantly) | |
Seconds between triggers | In | After triggering, allow at least this many seconds to pass before triggering again (0 = no time limit) | |
MemoryAvailable | Out | The amount of available memroy. The value is scaled in accordance to the input threshold amount based on the ThresholdSizeOrPercentage setting. |
(Italics = required parameters)
Notes
This trigger allows a job to be started if the percentage of available RAM raises above, or drops below, a certain point. The parameters allow for tuning the trigger for the specific machine it is installed on. Exercise caution using this trigger, as it has the potential to cause high resource utilization if you have not tuned the settings well for your given server and start executing a job with heavy resource usage.
Last Updated:
6/28/2023 10:37:00 PM