I've got a user encountering a memory leak in prod...
# compose-desktop
s
I've got a user encountering a memory leak in production on windows. We can't reproduce it locally. What steps would you take to diagnose an issue like this? I've never really delved into hprofs or anything like that. Any time I've ever tried looking into memory issues and discovering where they originate, I've found it very challenging to find the source from tooling, however we have the advantage of using the JVM, so there are bound to be tools for this, right?
s
I wish leak canary ran on jvm
K 1