Question for people doing #clojure.
How do you debug programs which leak memory? I guess I fsck'ed up some object instance usage and allocate a new one each time I am supposed to use the existing one, but fail to find a way to prove this and highlight the culprit.
Thanks!