cancel
Showing results for 
Search instead for 
Did you mean: 

Production system showing 40 Dumps with "MEMORY_NO_MORE_PAGIN"

Former Member
0 Kudos

Hi All,

My production system suddenly showing around 40 dump with the below name "MEMORY_NO_MORE_PAGIN"

Plz. Let me know in details how to resolve this issue.

Runtime Errors MEMORY_NO_MORE_PAGING

Occurred on 05/02/2007 at 14:06:35

Error analysis

The ABAP/4 runtime system and the ABAP/4 compiler use a common

interface to store different types of data in different parts of

the SAP paging area. This data includes the

ABAP/4 memory (EXPORT TO MEMORY), the SUBMIT REPORT parameters,

CALL DIALOG and CALL TRANSACTION USING, as well as internally defined

macros (specified with DEFINE).

To store further data in the SAP paging area, you attempted to

allocate a new SAP paging block, but no more blocks were

available.

When the SAP paging overflow occurred, the ABAP/4 memory contained

entries for 50 of different IDs.

Please note:

To facilitate error handling, the ABAP/4 memory was

deleted.

Thanks & Regards,

Kishore Reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

Hi Kishore,

You need to evaluate the memory usage in your system, go to ST02 and check the memory utilization and the ammount of swap the system is doing.

Check the values of the buffer size and how much physical memory you have assigned also check the heap parameters...

Hope this help

Juan

PS: reward with points if helpful

Former Member
0 Kudos

Hi Juan/All

ST02

-


Program Swaps : 21,000

rest fine

Memory

-


SAP memory Current use Max. use In memory On disk

Roll area 0.28 1,470 39,128 262,144 262,144

Paging area 16.08 126,497 786,424 524,288 262,144

Extended Memory 6.80 570,368 7,844,864 8,388,608

Heap Memory 0 206,430

Thanks & Reg,

Kishore Reddy

JPReyes
Active Contributor
0 Kudos

Hi Kishore,

If the only one swaping is the "program buffer", you need to raise the parameter abap/buffersize

Regards

Juan

PS: Please reward with points if helpful