poIPostManager SetMemoryWarningThreshold

Sets the memory warning threshold value.

Syntax

poIPostManager_handle SetMemoryWarningThreshold threshold

Application

HyperView Tcl Modify

Description

This command, valid only in HyperView - MultiCore profile, sets the current memory warning threshold value. This value is a percentage from 0-100 which represents a percentage of the total system memory. If the total system memory exceeds this threshold and the memory warning feature is enabled, a warning will trigger.

Inputs

threshold
The memory warning threshold percentage value from 0-100.

Example

To set the current memory warning threshold to 75%:

hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr SetMemoryWarningThreshold 75
hwi CloseStack

Errors

None.

See the HyperView - MultiCore APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.