Subsystem.EnableLocalMemory Property

Accesses the configuration parameter that specifies whether the RTX64 Subsystem uses Local memory (MSpaces) or Windows memory. If true, the real-time Subsystem memory allocation uses Local memory MSpaces. If false, the Subsystem allocates memory by requesting it from Windows.

IMPORTANT! Local memory pool allocation is deterministic when the pool has enough memory to complete the request. Windows memory allocation from the nonpaged pool is not deterministic.

NOTE: This configuration parameter applies to all real-time processes. It cannot be overridden for a specific process.

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

Syntax
public bool EnableLocalMemory { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystem.EnableLocalMemory
See Also