Hey can I get an upgrade for my project "zooth"? It's doing the same thing:
Application stopped. (API app stop) Sun Nov 17 2013 14:30:02 GMT+0100 (CET) Governor limit exceeded. Application zooth has been stopped.
I hope that will solve it, but I'm not sure.
"Zooth" is a generic game server that can route data for multiple games at once, It gets this error message and shutsdown after I've been running it for a day. Also it shows it's ram usage is always at 100%. I hosted a similar server with nodejs v0.6 (and older versions of express and
socket.io) that didn't have this high ram usage and would stay on for weeks.
You said that there were instability and performance issues with node v0.10.
I've been running the same server with the same versions of nodejs, express, and
socket.io on my local machine for days and it still servers html and accepts websockets. I don't know what the RAM limit is on small apps but on my local machine it only takes 44 mb of RAM. My local computer is windows 7.
I'm going to make another app using nodejs v0.8 and leave it running the same code to see if it fails in the same way.