View Single Post
I'm trying to debug a memory footprint growth of the order of 50K per minute. I start the app through OOM, and begin a new mark after I know initialization etc. has finished. Activity Monitor shows the constant footprint growth, and if I leave the app running overnight, footprint grows to > 200 M and still growing, but OOM shows nothing at all.

Are there ways to allocate memory on OSX that OOM won't be able to detect?

I'm using a trial license to run OOM, if that makes a difference.

Thanks!