Re: PermGen growth

2009-01-25 Thread Greg Harman
7 am, Christian Vest Hansen > > 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. > > -- > Venlig hilsen / Kind regards, &

Re: PermGen growth

2009-01-25 Thread Christian Vest Hansen
gt;> 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. > > > > -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~---

Re: PermGen growth

2009-01-25 Thread Christian Vest Hansen
ristian Vest Hansen > 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. > > > > -- Venlig hilsen / Kind regards, Christian Vest

Re: PermGen growth

2009-01-25 Thread Greg Harman
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 p

Re: PermGen growth

2009-01-25 Thread Christian Vest Hansen
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. On Sun, Jan 25, 2009 at 8:26 AM, Greg Harman wrote: > > I'm trying to debug a problem in one of my programs in which Perm

PermGen growth

2009-01-24 Thread Greg Harman
27;t have any anonymous function definitions in my function, so what is causing the used PermGen growth? thanks, Greg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group