cancel
Showing results for 
Search instead for 
Did you mean: 

Run time error - Memory No more paging

srinivasan_desingh
Active Participant
0 Kudos

Hello Experts,

When I run the transaction CJBN for a project, I get the run time error "Memory No more paging".

short text says"SAP paging overflow when storing data in the ABAP memory".

The project is a bigger project with many levels of WBS and no networks and activities.

Srinivasan Desingh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Question: I get shortdumps like MEMORY_NO_MORE_PAGING or TSV_TNEW_PAGE_ALLOCATION_FAILED. - What can I do?

Answer: You do select too much and consume more memory than available for the process. Please consider the following rule of thumb:

2. 5 * [ 4KB * (Number of network activities) +

1KB * (Number of project definitionsWBS elementorders+ networks) ]

= Memory consumption.

On most systems this should be below 200 MB for releases <= 4.5B and below 300 MB for releases >=4.6B.

Please try to tailor your selection as effectivly as possible considering also FAQ 2-note 700697.

Former Member
0 Kudos

i am also getted same error

can anyone guide me how to resolve it

The amount of storage space (in bytes) filled at termination time was:

Roll area...................... 16192

Extended memory (EM)........... 1269521520

Assigned memory (HEAP)......... 0

Short area..................... " "

Paging area.................... 49152

Maximum address space.......... " "

  If the error occures in a non-modified SAP program, you may be able to

  find an interim solution in an SAP Note.

  If you have access to SAP Notes, carry out a search with the following

  keywords:

  "MEMORY_NO_MORE_PAGING" " "

  "RIEQUI21" or "MIOLXF16"

  "FILL_SELTAB_F16"

Thanks in advance