*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

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0