1832697 Members
2893 Online
110043 Solutions
New Discussion

Max heap space?

 
Vishal Biyani
Advisor

Max heap space?

What is the maximum heap space that one can set for a java process on HP-UX box? Is this governed by some system parameter/setting and can it be configured?
Learning should never stop!
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: Max heap space?

Hi Vishal,

As per Java on HP-UX, maximum heap size is 3.8 GB. You can set "-Xms" equal to "-Xmx"

Set "-Xmn" to be one third the value of "-Xmx".

Refer Java performance tuning guide,

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1604,00.html

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

Re: Max heap space?

Thanks for the info Arun and Ninad, only thing is the links you have given require a HP-Passport sign in , and i have a simple free login! Is it possible for you to provide some alternate pointers!
Learning should never stop!
Ninad_1
Honored Contributor

Re: Max heap space?

I dont think its something restricted -
Since you already have a forums id, you can create a HP Passport sign in - its free and also link the forums id to it - its in the process which will prompt you, dont worry.

Regards,
Ninad
Arunvijai_4
Honored Contributor

Re: Max heap space?

Hi Vishal,

HP'S DSPP is free for HP-UX developers and partners. You can register for absolutely free. Go ahead and do it yourself.

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