StaticBufferCountΒΆ

The minimum number of ring buffers which are available for storing debug information. When pushing new debug information on the buffer, the current thread will reserve a ring buffer for himself. When no ring buffers are available, a new one of size BufferSize will be allocated. All dynamically created ring buffers will be discarded the next time its fully cleared by calling nxLibGetDebugBuffer or nxLibGetDebugMessages. When running many threads its advised to increase this number to reduce the number of memory allocations.

Format

Number

Number of persistent ring buffers in the debug buffer.

Default

4