You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen Bluepill kill Sidekiq worker processes for being over the memory limit. So maybe this worked in some previous versions, then broke? If so, git bisect could help narrow down the culprit.
I just spent a couple of hours testing the 0.0.66 version from 2013. I get the exact same behavior. I set a limit of 25 MBs and then I see the process continue to grow well past that limit. Ten minutes later the memory usage is past a GB and bluepill still hasn't killed it.
If I have a start_command such as:
The check I have configured never kills it:
The process grows until I kill it manually, well past the 20MB limit I set. Using the :include_children option had no effect.
I have this same issue on Mac OS and Linux.
The text was updated successfully, but these errors were encountered: