Hello,
While we are running the Desktop API we are subscribing (e.g. eSignal.RequestSymbol("MSFT", 1) ) to about 30 symbols and we quickly run out of memory and eSignal seems to stop receiving quotes (at least we're not getting async/ callback messages).
Assuming this high memory use affects the performance, is there anything we can do to minimize the amount of memory being consumed?
Is there a way to limit the amount of memory that can be consumed when subscribing?
Thanks
While we are running the Desktop API we are subscribing (e.g. eSignal.RequestSymbol("MSFT", 1) ) to about 30 symbols and we quickly run out of memory and eSignal seems to stop receiving quotes (at least we're not getting async/ callback messages).
Assuming this high memory use affects the performance, is there anything we can do to minimize the amount of memory being consumed?
Is there a way to limit the amount of memory that can be consumed when subscribing?
Thanks
Comment