itsp/memory_check

Parameter

itsp/memory_check

Short text

Turn on memory check in the ITS / Web GUI kernel

Parameter Description

This parameter is a bit mask that activates the various checks:

• 0: No checks
• 1: The memory consumption of the ITS plug-in is displayed in transaction SITSPMON.
• 2: A check of the memory for memory overwrites is performed after every call to the plug-in.
• 4: Every memory allocation of the plug-in is logged.

As is normal for bit masks, 3 (2+1) means that tests 1 and 2 are performed, 5 (4+1) that tests 1 and 4 are performed, and so on.

EM and MM memory are checked on all operating systems for use and consistency. On some platforms, the malloc memory is also checked.

Note that activating the memory monitoring causes a significantly higher runtime and should only be used for troubleshooting. Production systems should use 0 or 1.

Application Area

System

Default Value

0

You May Also Like

Leave a Reply?