*sethistorymemorylimit
Sets the maximum amount of memory that history states are allowed to use.
Syntax
*sethistorymemorylimit memory
Type
HyperMesh Tcl Modify Command
Description
Sets the maximum amount of memory that history states are allowed to use.
Inputs
- memory
- The maximum amount of memory (in MB) that history states are allowed to use.
- 0 - Disables all history recording, including potential legacy use cases.
- -1 - Indicates unlimited.
Example
To set the maximum memory 1000 MB:
*sethistorymemorylimit 1000
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0