Complete code restart after excessive load on the application

Hi there @brryz0r,

Without seeing the code or logs it is difficult to know what is going on, although it sounds like a memory leak in your implementation. Have you profiled the memory usage? Also keep in mind that large, complex applications will naturally have higher memory and CPU requirements (so configure your deployment options accordingly).

Some helpful threads on memory profiling: