cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Sizing

Former Member
0 Kudos

Hi,

Is there a way to do a sizing of the java memory as we can do it for an ABAP system through the sum of extended memory, heap memory, buffers....?

Is there any document for that kind of java sizing?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

md_imran
Participant
0 Kudos

Hi Filipe,

Follow the SAP Note 927530 for Java sizing...

Thanks,

Imran...

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hello,

Java heap is the heap size allocated to JVM applications which takes care of the new objects being created. If the objects being created exceed the heap size, it will throw an error saying memoryOutof Bound

Java's default heap size limit is 128MB. If you need more than this, you can change -Xms and -Xmx parameters in multiple of 64.

Pramod

i827647
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can find this information in post-install documantation

See https://service.sap.com/operationsnw70 for NW70

Regards,

Edson Thomaz

Former Member
0 Kudos

Hi

For sizing plz check https://websmp110.sap-ag.de/sizing

Regards

Edited by: praveen on Nov 4, 2009 12:35 PM