Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm working on an app and there is a memory leak. I'd like to pinpoint from which moment the problematic pattern started.
How can I access the raw app memory logs?
@ruihildt are you referring to the data of the memory graphs? these are stored in whisper databases and queried via graphite. It's not a straightforward way to debug memory problems. Are you not able to use a profiler or such?
@girish I've never used a profiler, but maybe I should look into that.
I'll open another thread for my issue.