cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the startup parameter of jvm

xinjiang_li
Active Participant
0 Kudos

Hi,gurus:

I want to know how to change the startup parameter of jvm,rz10 or configure tool?

I want to add two parameters:

-XX:PermSize=2048m

-XX:MaxPermSize=2048m

Could you help me?tks in adv.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can set those Java VM parameter using config tool.

You maintain the VM Settings by selecting a dispatcher or server node of the instance in the window of the left of the Config Tool. The VM parameters with their settings

then appear in the window on the right. The runtime

parameters are on the General

tab page. See also the figure .VM Settings.. The Bootstrap tab

page contains the

settings for the start process. The parameter Java Home sets where in the file system

the SDK resides. You can also change the parameter Max heap size with the arrow

keys. Max heap size is referred to in SAP Notes or the Sun

documentation as .-Xmx..

The other Java parameters illustrated in the figure .VM Settings. are familiar from

the previous section. You can edit or delete them in the Config Tool. You can also

add additional parameters, such as .-XX:MaxPermSize=128m. here. After you

have completed your maintenance work, you must save the settings in the database

by choosing Apply changes. When the SAP Web AS Java instance is restarted, it

is started with the new values.

Edited by: Radhakrishna D S on Jul 14, 2008 8:46 AM

Answers (0)