---
title: "Reducing memory bloat of a Ruby on Rails application"
description: "Reducing the memory bloat of a Ruby on Rails application"
canonical_url: "https://www.bigbinary.com/blog/reducing-memory-bloat-in-a-ruby-on-rails-application"
markdown_url: "https://www.bigbinary.com/blog/reducing-memory-bloat-in-a-ruby-on-rails-application.md"
---

# Reducing memory bloat of a Ruby on Rails application

Reducing the memory bloat of a Ruby on Rails application

- Author: Unnikrishnan KP
- Published: October 12, 2021
- Categories: Rails

Recently, we encountered that one of our internal products had started consuming
too much memory. Some of our team members dug deep into it and resolved the
issue. After the issue was resolved, Unni made a video for internal purposes. In
this blog, we are posting that video as it was recorded.

<iframe
  width="100%"
  height="315"
  src="https://www.youtube.com/embed/pEFUS6beuow"
  frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  allowfullscreen
></iframe>

## Links

- [Human page](https://www.bigbinary.com/blog/reducing-memory-bloat-in-a-ruby-on-rails-application)
