Subsystem.UseLocalMemory Property

This property accesses the configuration parameter that specifies whether Local Memory is used by default in newly spawned real-time processes. The value true means real-time processes will use the Local Memory Pool by default. The value false means real-time processes will use Windows memory by default. If this property is changed, the real-time Subsystem must be restarted for the change to take effect.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool UseLocalMemory { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemUseLocalMemory
See Also