I suspect a "leak" in my Java application on App Engine Flexible Environment and I'd like to trace memory, as I would do with JProfiler, YourKit, or VisualVM on my local machine. Heroku has some functionality for this. <https://devcenter.heroku.com/articles/java-memory-issues>
I'd like to trace the classes, allocation point, and path to GC root for objects allocated during a certain action, for which I set checkpoints. Or if that is not possible, I'd like a heap dump of the (enormous) memory of my instance. How can this be done in App Engine Flex Environment? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a28b5079-9f3d-48a8-b1d6-9e9aea5b8fd6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
