PermGen issue

2008-09-14 Thread MikeM
If you haven't already seen it, an interesting post from Charles Nutter on implementing dynamic languages on the JVM: http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html Nutter mentions a possible OutOfMemory condition that can occur due to filling the PermGen part of the heap with

Re: PermGen issue

2008-09-14 Thread Rich Hickey
On Sep 14, 6:26 am, MikeM [EMAIL PROTECTED] wrote: If you haven't already seen it, an interesting post from Charles Nutter on implementing dynamic languages on the JVM:http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html Nutter mentions a possible OutOfMemory condition that

Re: PermGen issue

2008-09-14 Thread Randall R Schulz
On Sunday 14 September 2008 05:57, Rich Hickey wrote: On Sep 14, 6:26 am, MikeM [EMAIL PROTECTED] wrote: If you haven't already seen it, an interesting post from Charles Nutter on implementing dynamic languages on the JVM:http://blog.headius.com/2008/09/first-taste-of-invokedynamic.ht ml

Re: PermGen issue

2008-09-14 Thread Rich Hickey
On Sep 14, 10:09 am, Randall R Schulz [EMAIL PROTECTED] wrote: On Sunday 14 September 2008 05:57, Rich Hickey wrote: On Sep 14, 6:26 am, MikeM [EMAIL PROTECTED] wrote: If you haven't already seen it, an interesting post from Charles Nutter on implementing dynamic languages on the

Re: PermGen issue

2008-09-14 Thread Randall R Schulz
On Sunday 14 September 2008 07:47, Rich Hickey wrote: On Sep 14, 10:09 am, Randall R Schulz [EMAIL PROTECTED] wrote: On Sunday 14 September 2008 05:57, Rich Hickey wrote: ... Note also that by fn definition I mean the occurrence in code, not the execution: (defn foo [x] (fn