poIPostManager GetMemoryWarningThreshold
Gets the memory warning threshold value.
Syntax
poIPostManager_handle GetMemoryWarningThreshold
Application
HyperView Tcl Query
Description
This command, valid only in Upfront Data Loading Mode, returns 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.
Example
To get the current memory warning threshold:
hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr GetMemoryWarningThreshold
hwi CloseStack
Errors
None.
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.