Hello. I've got an erlang process that seems to leak memory. It's heap size increases slowly over time. Are there any tools to examine process heap content in runtime? In Java I can get a heap dump of running JVM and analyze it later with number of tools. It shows full content of application memory. Regards, Anton Lebedevich.