ABAP/HEAPLIMIT

Parameter

ABAP/HEAPLIMIT

Short text

Work Process Restart

Parameter Description

This value specifies the memory amount in bytes. When this amount is exceeded, a work process is restarted after completing a transaction step. In a work process, heap memory (malloc) can be allocated for a user context. If a user context releases this memory again, as the operating system sees it, the memory still remains occupied by the process, and is only available for other processes once the process itself has ended.

Aim
Restart work processes as little as possible but avoid swap space bottlenecks.

Parameter Unit

Bytes

Default Value

40,000,000

Default Value

10000000 … 50000000 (10MB … 50MB)

Who is permitted to make changes?

Customer

Operating System Restrictions

None

Database System Restrictions

None

You May Also Like

Leave a Reply?