Limit Assembly Tree Expand Range

Calyx RIM enables you to limit the number of nodes that can be expanded in an assembly tree.

The default limit can be overridden by defining a new value in the insight.var file.
To define a limit to the number of nodes that can be expanded:
  1. Open the insight.var file in a text editor.
  2. Add the following parameter to the file: assembly.tree.expand.range.limit=<limitation value>.
    Replace <limitation value> with a number that specifies the maximum number of nodes that can be expanded.
    For example:
    assembly.tree.expand.range.limit=100
    Note: if the parameter is not specified then the default limitation is 1000 nodes is applied.
  3. Save the insight.var file.