SAP Parameter itsp/memory_check - Turn on memory check in the ITS / Web GUI kernel plugin

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 areperformed, 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 andconsistency. On some platforms, the malloc memory is also checked.
        Note that activating the memory monitoring causes a significantly higherruntime and should only be used for troubleshooting. Production systemsshould use 0 or 1.

        Work area
        System