SAP Parameter abap/heaplimit - if this limit is reached, wp will be killed at next chance

Parameter
ABAP/HEAPLIMIT

Short text
Work Process Restart
This value specifies the memory amount in bytes. When this amount isexceeded, a work process is restarted after completing a transactionstep. In a work process, heap memory (malloc) can be allocated for auser context. If a user context releases this memory again, as theoperating system sees it, the memory still remains occupied by theprocess, and is only available for other processes once the processitself has ended.
Aim
Restart work processes as little as possible but avoid swap spacebottlenecks.

Parameter unit
Bytes

Default value
40,000,000
Default Value
10000000 ... 50000000 (10MB ... 50MB)

Who is allowed
Customer

Limitation for os
None

Limitation for db
None