How to troubleshoot memory bloat at boot for rails app? How to troubleshoot memory bloat at boot for rails app? ruby ruby

How to troubleshoot memory bloat at boot for rails app?


Try running GC.stat command This would give info on memory usage and garbage collection in the app based on which you can decide.

Do memory profilinghttps://github.com/ice799/memprof could also be of help to you