ffdc memory-trace

This command indicates whether to generate a background memory leak capture.

Syntax

ffdc memory-trace { on | off }

Parameters

on
Includes the memory leak.
off
Does not include the memory leak. This setting is the default value.

Guidelines

The ffdc memory-trace command indicates whether to run a memory leak capture if the system memory usage is too low or too high. This option enables background leak detection, capturing all allocation call sites when the system detects a memory leak trend. This information is formatted into an error report when a first failure data capture (FFDC) event is triggered. Enable this feature to help resolve problems.

You can only use this command in conjunction with the upload-report on command.