I've noticed with a large rails project with lots of tests, when you run
them all the amount of memory the ruby process allocates is a lot.

It seems like every object in every test is being retained.  Like the
garbage collector thinks objects from the very first test are still
being used even when we are on test #100 and the first test's object can
be released.

Is there anyway to tell rake to release objects after each test?
-- 
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