SubsystemLogSizeMax 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 RTX64 Subsystem to create monitoring session folders that consume all available free disk space.

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

Syntax
public ulong LogSizeMax { get; set; }

Property Value

Type: UInt64

Implements

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