Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
delayed_job から実行されているメソッドのメモリ使用量を監視するには、どのようなツールを使用できますか?
私はmemorylogic、oink、bleakhouseを見てきましたが、それらはすべてコントローラーで動作するように設計されているように見えるか、何かが欠けています。delayed_job メモリ リーク (gem 自体ではなく、それが実行されているコード) がどのように検出されるかの例は、非常に高く評価されます!
memprofを使用しました。
RubyonRailsアプリ/メモリリークでdelayed_jobタスクをプロファイリングする