Adjusting the buffer size of the Tracer header
You can adjust the buffer size of the Tracer header to increase the limit for unprocessed events. By default, the system saves up to 50,000 items for unprocessed events during a Tracer operation. If the buffer exceeds this limit, Tracer processing ends.
-
Edit the
prconfig.xml
file and add the following lines:<env name="tracer/queue/type" value="file" /><env name="tracer/queue/file/limit" value="
<env name=" tracer/queue/header/limit" value="nnnnn" /
where nnnnn is a nonnegative integer. - Stop and restart (or redeploy) the server node to enable the change.
- Tracer event queue overflows
Each Tracer session uses a file buffer that holds up to 500 events not yet processed for display. Some complex tracing situations reach this limit and additional events are discarded.
Previous topic Setting the number of lines to display in Tracer Next topic Tracer event queue overflows