theSteveMitchell / after_party

Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
MIT License
241 stars 50 forks source link

Memory issue #51

Open ryanfox1985 opened 5 years ago

ryanfox1985 commented 5 years ago

Hello,

I have a context with several after parties pending to run, and when I run with bundle exec rake after_party:run, I have the feeling between after_parties is not running the garbage collector, I see the memory growing...

Is it possible?

Thanks!

ryanfox1985 commented 5 years ago

not sure if at this point:

https://github.com/theSteveMitchell/after_party/blob/master/lib/tasks/deploy_task_runner.rake#L6

after run after each after_party force the garbage collector, I can create a PR and try by myself.