Rails memory/speed up tips
Last update
2024-02-29
2024-02-29
«deploy rails at maximum performance
puma multiworker | passenger
with nginx balancer»
puma multiworker | passenger
with nginx balancer»
- https://www.speedshop.co/2015/07/22/secrets-to-speedy-ruby-apps-on-heroku.html
- https://www.speedshop.co/2015/07/29/scaling-ruby-apps-to-1000-rpm.html
- https://www.sitepoint.com/ruby-uses-memory/
- https://www.speedshop.co/2017/10/12/appserver.html
- https://www.speedshop.co/2018/03/28/nginx-unit-for-ruby.html
- https://www.ombulabs.com/blog/rails/performance/notes-from-the-complete-guide-to-rails-performance-workshop.html wrk test, law & formulas
- https://jakeyesbeck.com/2019/06/18/ruby-processes-and-threads/
- https://evilmartians.com/chronicles/big-on-heroku-scaling-fountain-without-losing-a-drop
- https://medium.com/rubyinside/how-we-halved-our-memory-consumption-in-rails-with-jemalloc-86afa4e54aa3
- https://justin.searls.co/posts/brand-new-rails-7-apps-exceed-heroku-s-memory-quotas/
source: reddit