GB0039

Graph-Break Type

Short name describing what triggered the graph break

Dynamo recompile 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 (currently set to {getattr(config, limit_type)}). Excessive recompilations can degrade performance due to the compilation overhead of each recompilation.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry