cancel
Showing results for 
Search instead for 
Did you mean: 

Extend ABAP/heap_area_dia

Former Member
0 Kudos

Hello Experts,

Whenever i am trying to save my Web Dynpro Component, it is showing me a dump related to MALLOC.

I figured out the problem to be ABAP/heap/area/dia  memory size problem.

I checked in rz11.

now i want to redefine the memory size for this parameter in rz10 .

So , let me know about the optimal memory that I can allocate to abap/heap/area/dia.

Thanks and regards.

Gaur Mayank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Gurus,

Thanks for your reply on the same..

I found the problem to be a recursion problem.

That's why it was taking memory.

and was resulting in a dump.

Thanks all for your reply once again.

Thanks and regards,

Gaur Mayank

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Mayank,

try the value

abap/heap_area_dia = 2147483648

abap/heap_area_nondia = 2147483648

abap/heap_area_total = 4294967296

and make sure you have configure paging file correctly (appr. 1.5x of RAM)

Regards,

Asfan

http://sapbasistips.com/blogs

Former Member
0 Kudos

Also, you should search here with the profile parameter. You can find lot of useful information here.

SAP xSearch - the SAP Support Knowledge Base Search 

Thanks,

Shambu

Former Member
0 Kudos
Clemenss
Active Contributor
0 Kudos

Did you try?