Short name describing what triggered the graph break
Dynamo cache limit exceeded
Values or code snippet captured at the break point
Limit type: {limit_type}
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 on how to resolve the graph break
No hints provided.