EngineSettings.UseMemoryPressure Property |
Option to inform the .NET runtime about allocated unmanaged memory. The default value is true.
If this value was false, latency will be improved because of less GC work, but in case of a lot of large messages can cause OutOfMemoryException.
It is safe to set this option to false, if Message.Dispose() called for each message.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public bool UseMemoryPressure { get; set; }
Property Value
Type:
BooleanSee Also