mftrace.maxparams

Specifies the maximum number of data items that may be emitted by a trace event.

Syntax:

mftrace.maxparams=max-event-parameters

Parameter:

max-event-parameters
The maximum number of data items that may be associated with any trace event. This must be a non-negative integer.

Default:

mftrace.maxparams=16

Comments:

If a trace event attempts to emit more that maxparams data items, the output will be truncated by emitting the first maxparams data items and disregarding the remaining ones. If an invalid value for max-event-parameters is provided, the default value is used. You cannot set maxparams to be lower than the default (16).

Examples:

To specify a maximum of 30 data items per event:

...
mftrace.maxparams=30
...