I recently ran into the issue of reaching the memory limit for the server I was using (Small). This caused the server to “crash” and I had to restart it. There was no warning or indication that I had reached the memory limit (and I wasn’t expecting to reach it, since I wasn’t doing anything I thought would need > 8 GB of memory).
I don’t know if this is feasible, but would it be possible to have something to show that the memory limit has been reached? I’m testing code and it would be helpful since I can cause my code to fail in 100 different ways. It would be helpful to know why something failed.