cancel
Showing results for 
Search instead for 
Did you mean: 

How do I increase "Java Heap Space"

10-29-2018 12:38 AM
12115 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Netweaver 7.40, MII 15.1

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member108703
Participant

Hello Neil,

You can change the Java Heap Space by setting the maxHeapSize property in configtool:

cluster-data -> template - template_javaee -> instance - IDxxxxx

Choose the 'VM Parameters' tab and edit the maxHeapSize property. After this, save and restart the system.


However it is recommended to set other heap properties too (like MaxPermSize, MaxNewSize). You can find recommendations for the values of heap parameters in the following documents according to your SAP NetWeaver version:

2548750 - AS Java calculated memory settings

723909 - Java VM settings for J2EE 6.40/7.0

Remember that You need to have physical memory coverage also. See the calculation here:

1824799 - Memory usage of the SAP JVM

Regards,

Zoltan

Former Member
0 Likes

Hi Zoltan,

Where is the "configtool", Server or client?

Neil

former_member108703
Participant
0 Likes

Hi Neil,

You can reach the Configtool from the "LocalDrive:\usr\sap\<SID>\<instnr>\j2ee\configtool" folder by starting the configtool.bat file.

Regards,

Zoltan

S_Sriram
Active Contributor
0 Likes

Hi Neil.

You can refer the SAP Note - 2640434 - How to check real time heap memory usage on SAP AS Java using jmap utility

Regards

SS