I believe you, but I don't understand why. I'm doing nothing but evaluate my test function over and over. Since no new functions are being defined, why would this evaluation use any PermGen?
On Jan 25, 5:57 am, Christian Vest Hansen <[email protected]> wrote: > Clojure creates class not for every function call, but for every > function definition. > > The PermGen growth you see is the REPL compiling your input, most likely. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
