-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
If I have a start_command such as:
#!/usr/bin/env ruby
class Job
def run
a = []
while true; a << 'x' * 1024; end
end
end
j = Job.new
j.run
The check I have configured never kills it:
process.start_command = './job.rb'
process.checks :mem_usage, below: 20.megabytes, every: 5.seconds, times: 3
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels