Rails 3 memory issue

Posted by Erik on Stack Overflow See other posts from Stack Overflow or by Erik
Published on 2010-03-11T19:51:33Z Indexed on 2010/03/11 19:54 UTC
Read the original article Hit count: 461

Filed under:
|
|
|

Hello!

I'm developing a new site based on Ruby on Rails 3 beta. I knew this might be a bad idea considering it's just beta, but I still thought it might work.

Now though I'm having HUGE problems with Rails consuming huge ammounts of memory.

For my application today it consumes about 10 mb per request and it doesn't seem to release it either. So I thought this might be because of bloat in my application and thus I created a test app just to compare.

For my test app I just generated a model with a scaffold and then created about 20 records on this model.

I then went to the index page and hit refresh and I could immediately see memory taking off! Less than my app but still about 1-3 mb per request.

I'm working in OSX Leopard, with Ruby 1.8.7, Rails 3.0.0.beta and a SQLLite db for development.

Does anyone recognize my problem?

I would really appreciate some help here. :/

Thanks!

© Stack Overflow or respective owner

Related posts about rails

Related posts about ruby