cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Java Heap Size Parameters meaning

Former Member
0 Likes
4,884

In Config tool I am seeing below Heapsize parameters.

-XX:MaxPermSize=512M

-XX:PermSize=512M

-Xms3072M

-XX:NewSize=340M

-XX:MaxNewSize=340M

When I went to sap notes 1303953nit show as

globalArea | -Xps

initialHeapSize | -Xms

maxHeapSize | -Xmx

maxNewSize | -XX:MaxNewSize

maxPermSize | -XX:MaxPermSize

newRatio | -XX:NewRatio

newSize | -XX:NewSize

permSize | -XX:PermSize

But somebody can explain me the meaning of NewSize, MaxNewSize, global ARea, maxNewSize, maxPermSize, permSize ?

In what way they are different from heapsize ?

Thanks

kumar

View Entire Topic
Former Member
0 Likes

Hello Kumar,

There is a good thread that explains about the parameters you are looking for. The thread is:

You can also check SAP Note 1303953 (SAP JVM memory parameters and their names in the Config Tool).

Regards,

Jonas Cella