I'm using visualvm to generate a memory profile snapshot with tracebacks. The profile is dominated by clojure.lang.LazySeq. I'm confused that the allocation traces back to clojure.core$dorun.invoke.
Attaching a screen shot. The write_data() function is being called repeatedly, and does a dorun map over values it is passed. Can someone explain how to interpret this? It looks like the dorun is eventually allocating a seq, and it's hanging around, which makes little sense to me. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
<<attachment: memory profile.png>>