Fixing a Memory-bottlenecked Rails App
July 2, 2018
On Jun 29 Nate Berkopec (@nateberkopec) tweeted this:
“Observation: when scaling on AWS/AWS-based VPS services, newer, lower-volume Rails applications tend to be memory-bottlenecked, older, high-volume Rails applications tend to be cpu-bottlenecked.”
This is really useful to know. We recently saw our tiny new Rails app running on an AWS t2.micro server getting into a “WARN” state after running a sucker punch job. It was using over 90% of its RAM, and stayed that way until we restarted the server.
...
Read more