Sei sulla pagina 1di 5

2017-02-01 Page 1/5

353579 - SYSTEM_NO_ROLL
Version 12 Type SAP Note
Language English Master Language German
Priority Recommendations / Additional Info Category Help for error analysis
Release Status Released for Customer Released On 27.10.2015
Component BC-CST-MM (Memory Management)

Please find the original document at https://launchpad.support.sap.com/#/notes/353579

Symptom
Program terminations occur due to a lack of memory when the memory quota for the
user session is not used up. The corresponding trace file contains the following
error message:

A *** ERROR => max. memrequest size exceeded <requested size><limit per request>

Other Terms
SYSTEM_NO_ROLL
SYSTEM_NO_MEMORY
DBIF_RSQL_NO_MEMORY
TSV_INDEX_INDEX_NO_ROLL_MEMORY
TSV_TNEW_OCCURS_NO_ROLL_MEMORY
TSV_LIN_ALLOC_FAILED
TABLE_HASH_NO_MEMORY
MEM_ALLOC_FAILED

Reason and Prerequisites


R/3 limits the amount of memory that can be allocated by a single call using the
following profile parameter:

ztta/max_memreq_MB

It has the preset value 64 (for Release 4.6), 250 (as of Release 6.20 32 bit),
or 2047 (as of Release 6.20 64bit).

The short dump contains the following line (or a similar line:
Unable to fulfil request for 67108864 bytes of memory space.

In this case, the number of bytes is greater than or equal to 67,108,864.

Solution
Increase the value of the parameter

ztta/max_memreq_MB

The maximum value of the parameter is 2,147,483,647 bytes / (1024*1024). If a


larger value is set for the profile parameter, the value 2,147,483,647 bytes /
(1024*1024) is used by the kernel and the system writes a warning message.

In the case of memory requests of more than 2G, there is an error in the ABAP
runtime environment or in the application.

2017 SAP SE or an SAP affiliate company. All rights reserved


2017-02-01 Page 2/5

Software Components

Software Component Release

KRNL32NUC 4.6DEXT - 4.6DEX2

KRNL32NUC 6.40 - 6.40EX2

KRNL32NUC 7.00 - 7.01

KRNL32NUC 7.10 - 7.20

KRNL32NUC 7.20EXT - 7.20EXT

KRNL32NUC 7.21 - 7.21

KRNL32NUC 7.21EXT - 7.21EXT

KRNL32NUC 7.22 - 7.22

KRNL32NUC 7.22EXT - 7.22EXT

KRNL32UC 6.40 - 6.40EX2

KRNL32UC 7.00 - 7.01

KRNL32UC 7.10 - 7.20

KRNL32UC 7.20EXT - 7.20EXT

KRNL32UC 7.21 - 7.21

KRNL32UC 7.21EXT - 7.21EXT

KRNL32UC 7.22 - 7.22

KRNL32UC 7.22EXT - 7.22EXT

KRNL64NUC 4.6DEXT - 4.6DEX2

KRNL64NUC 6.40 - 6.40EX2

KRNL64NUC 7.00 - 7.01

KRNL64NUC 7.10 - 7.20

KRNL64NUC 7.20EXT - 7.20EXT

KRNL64NUC 7.21 - 7.21

KRNL64NUC 7.21EXT - 7.21EXT

KRNL64NUC 7.38 - 7.38

2017 SAP SE or an SAP affiliate company. All rights reserved


2017-02-01 Page 3/5
KRNL64NUC 7.40 - 7.40

KRNL64NUC 7.41 - 7.41

KRNL64NUC 7.42 - 7.42

KRNL64NUC 7.43 - 7.43

KRNL64NUC 7.44 - 7.44

KRNL64NUC 7.22 - 7.22

KRNL64NUC 7.22EXT - 7.22EXT

KRNL64UC 6.40 - 6.40EX2

KRNL64UC 7.00 - 7.01

KRNL64UC 7.10 - 7.20

KRNL64UC 7.2L - 7.2L

KRNL64UC 7.20EXT - 7.20EXT

KRNL64UC 8.00 - 8.00

KRNL64UC 8.02 - 8.02

KRNL64UC 8.03 - 8.03

KRNL64UC 8.04 - 8.04

KRNL64UC 7.21 - 7.21

KRNL64UC 7.21EXT - 7.21EXT

KRNL64UC 7.38 - 7.38

KRNL64UC 7.40 - 7.40

KRNL64UC 7.41 - 7.41

KRNL64UC 7.42 - 7.42

KRNL64UC 7.43 - 7.43

KRNL64UC 7.44 - 7.44

KRNL64UC 7.22 - 7.22

KRNL64UC 7.22EXT - 7.22EXT

KERNEL 4.6D - 4.6D

KERNEL 6.40 - 6.40

KERNEL 7.00 - 7.01

KERNEL 7.10 - 7.11

2017 SAP SE or an SAP affiliate company. All rights reserved


2017-02-01 Page 4/5

KERNEL 7.20 - 7.22

KERNEL 7.2L - 7.2L

KERNEL 8.00 - 8.04

KERNEL 7.38 - 7.38

KERNEL 7.40 - 7.40

KERNEL 7.41 - 7.41

KERNEL 7.42 - 7.42

KERNEL 7.43 - 7.43

KERNEL 7.44 - 7.44

This document refers to

SAP Note/KBA Title

838866 REC: Memory requirement for logical database too large

715634 Core with DELETE ADJACENT DUPLICATES

706579 SYSTEM_NO_ROLL dump with large documents

530741 SYSTEM_NO_ROLL runtime error with delta extraction

1831594 2LIS_13_VDKON: condition extractor in collective billing run

1763651 2LIS_13_VDKON Reduction of LUW size

1539473 LCC optimization - General questions/answers (FAQ)

This document is referenced by

SAP Note/KBA Title

1763651 2LIS_13_VDKON Reduction of LUW size

1831594 2LIS_13_VDKON: condition extractor in collective billing run

1539473 LCC optimization - General questions/answers (FAQ)

838866 REC: Memory requirement for logical database too large

715634 Core with DELETE ADJACENT DUPLICATES

2017 SAP SE or an SAP affiliate company. All rights reserved


2017-02-01 Page 5/5

706579 SYSTEM_NO_ROLL dump with large documents

530741 SYSTEM_NO_ROLL runtime error with delta extraction

Terms of use | Copyright | Trademark | Legal Disclosure | Privacy

2017 SAP SE or an SAP affiliate company. All rights reserved

Potrebbero piacerti anche