Lucky is I can reproduce the memory leak on my local machine, so I can detect it easily. Our api service is simple, only contains model layer (AR and redis) and api layer (based on grape ). At first, I disabled model layer, but memory leak was still there, so I was pretty sure the lea...