1752492 Members
5578 Online
108788 Solutions
New Discussion юеВ

Java 1.4

 

Java 1.4

Where is the MaxPermSize parameter set or how can it be resized?
3 REPLIES 3
Peter Godron
Honored Contributor

Re: Java 1.4

Pete,
have you tried the -XX:MaxPermSize= parameter when starting JVM
Arunvijai_4
Honored Contributor

Re: Java 1.4

Hi Pete,

This should be helpful,

http://www.hp.com/products1/unix/java/infolibrary/index.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: Java 1.4

Hi Pete,

-XX:MaxPermSize=
Sets the maximum size of permanent generation (in bytes). Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. For example, -XX:MaxPermSize=32m specifies a value of 32MBytes for MaxPermSize (Note that in SDK 1.2.2, this option took an integer that specified a value in kbytes only).

Default: 64MB

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