Hello,
We have a C++-developed Excel Add-in that provides UDF functions to users, which internally connects to RFA to fetch market data. RFA version 8.2.4.
Recently, multiple users have been experiencing a memory spike issue, where the memory climbs to a large size when the APIs are called from Excel. We noticed that the event queue is piling up with several messages waiting to be processed, nearly rising to 70 million. Since ours is a slow consumer, this is causing the memory size to grow larger. To balance this, could you please suggest if any RFA configuration settings need to be adjusted, such as: \Control\MessagePools\OMMItemEventPool\InitialSize \Control\MessagePools\OMMItemEventPool\Increment