Matt Domsch

Results 3 comments of Matt Domsch

need to set vm.max_map_count for Ruby Sidekiq running with 24GB RAM in Fargate to avoid the ruby garbage collector [BUG]ging out in either allocating or freeing heap pages.

We moved our (long-running) batch processing application from ECS on Fargate to ECS on EC2 so that we could manage the termination behavior and extend it as long as necessary...

I am very interested in this work. We have a need to prevent dynamic queues and constant-named queues from running on the same sidekiq instances. This looks like it would...