Subsystem.MTBSize 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.MaxRT.wRTOS.Monitor
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public ulong MTBSize { get; set; }
Property Value
Type: UInt64
Implements
IMonitorSubsystem.MTBSize
Exceptions
| Exception | Condition |
|---|---|
|
Thrown if this property is used without the wRTOS Runtime installed. |
See Also: