I have a particular long running and data intensive rake task that
sometimes works great and sometimes either hangs or exits unexpectedly
with no message. The places where it fails vary from run to run, but
seem to be related to the size of the data I'm passing to it. (In
other words, some of my data sets that are smaller never fail)

I suspect that it is running out of memory. Is there a way to increase
the amount of memory that is available to Ruby and/or my rake task?

I'm running Ruby 1.9.2/Rails 3.0.3 on CentOS.

-- 
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