Memory leak on our application

hi,

We have built a SaaS e-commerce platform using liquid templating
language on Rails. We are facing a serious memory leak in our
application. With only one store online the memory jumps from 100 mb to
800 mb in a few minutes ultimately crashing the server after sometime.
The worst part is that the memory increases gradually and reduces very
very slowly over a prolonged period. We re-factored almost entire app
and drastically reduced objects but memory issue is not resolved. We are
using REE but that too does not seem to help.

I am ready to share the source code if someone is ready to help us out
immediately. Your help will be truly appreciated!

Hrishikesh J. wrote in post #1006904:

hi,

We have built a SaaS e-commerce platform using liquid templating
language on Rails. We are facing a serious memory leak in our
application.

Try JRuby : with 1.6 JVM you gat a good tools (VisualVM) for
examine memory : count object by class…

http://www.engineyard.com/blog/2010/monitoring-memory-with-jruby-part-1-jhat-and-visualvm/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+engineyard+(Engine+Yard)
explain how to debug jruby memory.

by