On Tue, 06 Jan 2009 08:43:49 -0500, Kevan Miller wrote:

> On Jan 6, 2009, at 5:29 AM, Ken T. wrote: <snip>
>>
>> OK, it happened again.  The log file geronimo.log it attached after my
>> signature.
> 
> Important part of your log output is:
> 
> 
>> 05:19:13,343 ERROR [log] handle failed java.lang.OutOfMemoryError:
>> PermGen space
>>      at com.sun.net.ssl.internal.ssl.ServerHandshaker.processMessage
>> (ServerHandshaker.java:135)
> 
> So, you're running out of PermGen memory, not HeapSpace. Try something
> like:
> 
> JAVA_OPTS="-Xmx1024m -XX:MaxPermSize=256m"
> 
> --kevan


I'm using the groovy script, but I can't seem to set MaxPermSize without 
the JVM crashing on startup.  Any ideas?  

Thanks. 


-- 
Ken T. <ktectr...@gmail.com>

Reply via email to