cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Kudos

Please help me to solve this error in sap basis.

Accepted Solutions (0)

Answers (1)

Answers (1)

Brindavan_M
Contributor
0 Kudos

Hi Vinod,

This issue are already discussed in many SCN threads. It is temporary bottle neck that that causing no free area in memory management like ztta/roll_area.  If the dump occurred frequently every minutes with z* program then check with your ABAP team for recent variant include in that program or if the issue started with SAP standard program and roll memory area if fine then get help from SAP. it might solve during unload time of server. check the below parameter also and tune if required.

em/initial_size_MB   

ztta/roll_extension  

abap/heap_area_dia   

abap/heap_area_nondia

abap/heap_area_total 

The below OSS notes are helpfull

For additional information regarding memory management on Linux with MAP implementation, see SAP Note 386605.

For additional information regarding memory management on Windows, see SAP Note 88416.

For additional AIX memory parameters, see SAP Note 789477

Thanks,

BM

Former Member
0 Kudos

This message was moderated.

luisdarui
Advisor
Advisor
0 Kudos

The following wiki page cover this error:

TSV_TNEW_PAGE_ALLOC_FAILED - Application Server Infrastructure - SCN Wiki

Best Regards,

Luis