1844204 Members
2110 Online
110229 Solutions
New Discussion

JVM Error

 
kumaresan_5
Occasional Contributor

JVM Error

Our Application Running in Broadvision Application Server in HP-UNIX Environment.Our Application using JDK 1.3.1.02 .We got the following JVM log file.Where we specify the MaxPermSize.

This is the following error.

Permanent generation is full...
increase MaxPermSize (current capacity is set to: 67108864 bytes )
2 REPLIES 2
Derek Whigham_1
Trusted Contributor

Re: JVM Error

This document explains whats happening

http://java.sun.com/docs/hotspot/gc1.4.2/faq.html

I believe that you should be able to just specify a command line option to the jvm startup.
Divide and Conquer
Arunvijai_4
Honored Contributor

Re: JVM Error

You have to set while invoking Java something like,

-XX:MaxPermSize=

Its JVM param

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"