Memory Consumption

My rails app is running on Starter web service, enabled to auto scale up to 2 instances.

Under scaling I see Average Memory Utilization to be around 93%. Though I dont see anything coming in the logs but utilization remains same.
Does it ever come down and whats the best way to know where memory is being used.

Hi Rohan,

Memory usage patterns are specific to your application and will require you to investigate your application. Adding more logging can help you gain more visibility into what your application is doing and spending time on.

I recommend looking through Ruby on Rails memory profiling guides for tips. ruby-prof is a popular tool and may be a good starting point. You may also find connecting to your service via SSH useful while investigating: https://render.com/docs/ssh.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.