SubsystemMTBSize Property

This property specifies the size, in megabytes, of the internal buffer used to transport monitoring events from real-time cores to Windows cores. This value must be within the range 1 to 3/8 of RAM. If this property is changed, the Subsystem must be restarted for the change to take effect. If you encounter Data Lost events, you may want to increase the size of this buffer.

Namespace:  IntervalZero.RTX64.Monitor
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public ulong MTBSize { get; set; }

Property Value

Type: UInt64

Implements

IMonitorSubsystemMTBSize
Exceptions
ExceptionCondition
RTX64Exception Thrown if this property is used without the RTX64 Runtime installed.
See Also