cancel
Showing results for 
Search instead for 
Did you mean: 

What will happen if -XX:MaxPermSize parameter is missing

Former Member
0 Kudos

I am trying to update java stack and its recomended that the parameter -XX:MaxPermSize should be =512m. I checked on config tool and this parameter is not there. Does it matter if I leave the settings as it is and continue with SP import

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you

Former Member
0 Kudos

hi,

refer to sap note 723909

it may help you

regards

Suresh

Former Member
0 Kudos

Hi Bill,

MaxPermSize defines the maximum threshold value of the memory that will be available for the server processes.

When you dont define the parameter, there are more chances of Memory Overlow leading to "500 Internal Server Error".

So its recommended you define the parameter -XX:MaxPermSize equal to that of PermSize..

Regards

Thilip Kumar

Former Member
0 Kudos

If it is recommended implement it, considering the free memory available