Hi,

I am really struggle with following result..i have to explain my
situation.
First, i have created small rails application which is only used to show
data from table called products(nearly 11 lakhs of records in the
table).Application was getting very low performance, So i decided to
measure Rails's memory usage.

This was my memory usage before run application:
r...@dev:free -m
             total       used       free     shared    buffers
cached
Mem:          1000        854        146          0         13
177
-/+ buffers/cache:        662        646
Swap:         1223         48       1223

I then proceeded to hit first request,free memory was reduced from 646MB
to 362MB.
r...@dev:free -m
             total       used       free     shared    buffers
cached
Mem:          1000        854        146          0         13
177
-/+ buffers/cache:        662        362
Swap:         1223         48       1223

When i continuously used application,free memory was reducing gradually

Used memory is not released even after the report shows result.

Free memory didn't come back to initial level like 646MB even i stopped
to use my application nearly 20 min..

Please give me a solution to solve this problem..

Thanks
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to