forwardThreadPoolSize Property    Table of ContentValidateChecksum Property forward
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.10.1.0
Syntax
C#
public bool UseMemoryPressure { get; set; }

Property Value

Type: Boolean
See Also