Short name describing what triggered the graph break
Dynamo recompile 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 (currently set to {getattr(config, limit_type)}). Excessive recompilations can degrade performance due to the compilation overhead of each recompilation.
Hints on how to resolve the graph break