Out of memory exception

I’m still having this problem. Debugging with Rider I’ve been able to confirm the code gets stuck in this 2 parts of the code:

GraphUpdateProcessor.cs line 312

This happens whenever we destroy/add streets fast, which causes a graph update. I don’t know what else to try here, it has been happening for long now but we need to fix it already.

Hi

Those parts of the code are just separate worker threads that are waiting for work. They do not indicate that the system is stuck.

Just saw you answered the other thread, the old one… I will answer there