Subsystem.LogSizeMax Property

This is the size limit, in megabytes, for how much disk space a single monitoring session folder can occupy. This property can be within the range 0 to unlimited. If this property is set to 0, monitoring events are not written to disk. If this property is changed, the Subsystem must be restarted for the change to take effect.

Note: Setting this parameter to a large value allows the wRTOS Subsystem to create monitoring session folders that consume all available free disk space.

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

Copy
public ulong LogSizeMax { get; set; }

Property Value

Type: UInt64

Implements

IMonitorSubsystem.LogSizeMax

Exceptions

Exception Condition

wRTOSException

Thrown if this property is used without the wRTOS Runtime installed.

See Also: