BufferSize

Sets the size of each thread’s ring buffer.

To prevent losing any debug information its advised to periodically read out the debug buffer using either nxLibGetDebugBuffer or nxLibGetDebugMessages. The minimal read-out frequency depends on the size of the ring buffers and the amount of log output generated. The amount of output depends on the /Debug/Level and the number of called commands and API functions.

Format

Number

Size of each ring buffer in the debug buffer in bytes.

Default

1048576 (i.e. 1MB)