Subsystem.DisableLocalMemoryExpansion Property

This property accesses the configuration parameter that specifies whether automatic expansion of Local Memory is disabled. The value true means automatic expansion of Local Memory is disabled. The value false means automatic expansion of Local Memory is enabled. When automatic expansion of Local Memory is enabled, the Local Memory pool will automatically allocated additional memory from Windows when it runs low. This automatic expansion is non-deterministic, because it requires allocating memory from Windows. If this parameter is changed, the real-time Subsystem must be restarted for the change to take effect. NOTE: Even if property UseLocalMemory is set to false, this property's value still affects real-time processes which are spawned with Local Memory enabled.

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

Syntax
public bool DisableLocalMemoryExpansion { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemDisableLocalMemoryExpansion
See Also