cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.OutOfMemoryError: PermGen space in Sybase Unwired Platform

Former Member
0 Kudos

Hi ,

While running Sybase Unwired Platform , I am getting java.lang.OutOfMemoryError:PermGen space error.

I have increased my JVM min and max heap size , but still facing the issue.These are the logs:

2011-02-26 01:05:18.810 CONSOLE MMS Thread-189 [com.sybase.sup.server.Console] Exception in thread "Thread-209" java.lang.OutOfMemoryError: PermGen space

2011-02-26 01:05:21.376 INFO MMS Thread-57 [com.sybase.djc.server.PartitionLock:inst50089684b] system clock delta (2,566 ms) while fetching database time is too great, retrying..

Regards

Nidhideep Bhandari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It seems your JVM isn't running out of heap space but "permanent generation" space. I'd go and tweak the -XX:MaxPermSize option.

Regards,

Steffen