cancel
Showing results for 
Search instead for 
Did you mean: 

Analysing SAP Java Memory Usage in Unix/Linux

former_member201054
Contributor
0 Kudos

Hi,

I need to analyze the SAP Java memory usage of Unix /Linux machine..NW 7.0

Please guide with the commands and steps..complete prcedure.

Based on it I should decide whether to create a new server node (or) increasing heap size

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you have performance problems?

How many CPU's are in the server?

Did you check Log Configuration for delays or errors?

Did you tune any exisiting parameters?

You can add the nodes only if there is performance problems. You may think of adding one node to start with

Proper number of server nodes within an instance:

u2013 #ServerNodes = availableMemory / (JavaHeapPermSpaceStack)

You can calculate the server nodes based on below formula

No. of server Node = (RAM you want to assign or available RAM in GB)/2.5 ============> for 64-bit system

No. of server Node = (RAM you want to assign or available RAM in GB)/1.5 ============> for 32-bit system

Hence as per above discussion, we should go with 5 server nodes means,

5 = RAM/2.5 (Assuming you are on 64-bit platform)

i.e. RAM = 12.5 GB

2). u2013 Configure JVM heap according to Note 723909 and Note 1008311 - Recommended Settings for NW 7.0 >= SR2 for the AIX JVM (J9)

former_member201054
Contributor
0 Kudos

Hi,

Did you check Log Configuration for delays or errors?

how to navigate to log configuration and how to check the delayed or errors. I am on NW 7.0

Thanks in advance

Former Member
0 Kudos

Hi,

Apologies for type mistake. I mean to say "LoG Viewer" which is STANDALONE LogViewer where you can find in \usr\sap\JC00\j2ee\admin\logviewer-standalone\logviewer.sh or logviewer.bat (Windows)

Former Member
0 Kudos

Hi,

Based on your system configuration, maintain JVM parameters based on SAP Note 723909 and you should be good.

Make sure your swap memory is configured as 3*Physical memory.

On a rough estimate, each server node requires 4GB of memory for a 64 bit system and 2 to 3 GB for a 32 bit system. Check for available server resources and configure memory parameters accordingly.

Hope this helps.

Regards,

Varun