Re: [Quickfix-developers] C++ Quickfix Memory keeps growing
Brought to you by:
orenmnero
From: Alexey Z. <ale...@in...> - 2009-01-21 19:42:57
|
That's probably the maps keeping messages for resend (store factory). Take a look into the /PersistMessages /configuration parameter. As alternative you can write your own store factory. Regards, Alexey Zubko Michele Chitson wrote: > Hi I've seen previous threads similar to this but not seen what the > fix is. I am currently using Quickfix 1.12.4, when i stress the > system, i.e send about 20000 trades through QF, my application memory > grows very rapidly. Anybody experienced the same thing? |