Re: [Quickfix-developers] Memory Allocation
Brought to you by:
orenmnero
From: Viktor P. <pohrebnyak@i.ua> - 2013-08-16 18:52:00
|
Hi, aupadras. I've checked your output but it contains nothing suspicious. Are you sure you do not create an excessive amount of SocketInitiators in your main loop? Each SocketInitiator creates a DataDictionary instances which consume a lot of memory so if used without caution they can waste lots of RAM. Regards, Viktor -- View this message in context: http://quickfix.13857.n7.nabble.com/Memory-Allocation-tp6541p6548.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |