It’s been ages since I did Rails, but I remember that back then memory leaks were just a fact of life and you had to have a system that monitors the server processes and restarts them when the memory usage gets too high.
Lol with kubernetes et al style container orchestration + service architecture, I’d say this is almost becoming more common. It’s just so easy to automatically recycle a pod if one of the processes starts being too greedy.
It’s been ages since I did Rails, but I remember that back then memory leaks were just a fact of life and you had to have a system that monitors the server processes and restarts them when the memory usage gets too high.
I truly hope that’s not still the case.
Oh, so like tomcat then.
Lol with kubernetes et al style container orchestration + service architecture, I’d say this is almost becoming more common. It’s just so easy to automatically recycle a pod if one of the processes starts being too greedy.
I spent some time dabbling with it about six months back. Never had any issues
Run it in production.