GB0039

Graph-Break Type

Short name describing what triggered the graph break

Dynamo cache limit exceeded

Context

Values or code snippet captured at the break point

Limit type: {limit_type}

Explanation

Explanation of why the graph break was triggered

Dynamo attempted to recompile the code object too many times, exceeding the {limit_type} cache size limit.Giving up on compiling as the compile time tradeoff is likely not worth the performance gain.

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Back to Registry