I'm using rails 2.3.2 with ruby 1.8.7 and nginx passenger. This application is a RESTful API which serves around 700 requests per minute. Everything goes fine except the memory consumed is growing from 55 Mb to 120 Mb (1 day after).
Do I have to restart those instances every week? I wonder other people facing this problem as well? Or something wrong with this application?
Any suggestions?