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

Java Heap Size Parameters meaning

Former Member
0 Likes
4,883

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
xinleifeng
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi

There is also a general introducation in sap note 723909.

Regards,

Thunder