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
Found the reason for causing stack overflow is the circular dependency introduced by routeNames. See 99d2cf5. But we can still work on this issue to support using database as portable. It will be sufficient when the code base scales of when people are running this tool with a memory limited machine.
After adding the following mapping into portable, the api server has chances to reach stack limit.
So, it's time to add support for exporting graph and mapping to database, and the
dt_tracker
should also query the database instead of in memory data.The text was updated successfully, but these errors were encountered: