You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vis): use Worker thread for ELK layout to fix stack overflow on large graphs
V8's --stack-size flag silently caps at values well below what's requested,
causing "Maximum call stack size exceeded" on 1M+ node graphs. Switch to
Node.js Worker threads with resourceLimits.stackSizeMb, which reliably
delivers the requested stack size at the V8 isolate level.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments