Closed ashleyvega closed 4 years ago
In GitLab by @cdm on Dec 11, 2018, 17:37
closed
In GitLab by @cdm on Dec 18, 2018, 16:33
reopened
In GitLab by @cdm on Dec 18, 2018, 16:37
This is still happening on devnet, candle store hasn't received a sweep of the production-iser stick (unlike trade/order stores).
Debugging the OOM event at 2pm has led to the following changes:
1) fixing misleading debugging, hard to work out what's going on in prod, improved this and added more. 2) general tidying up and closing/discarding of transactions (they all look like they're left open) 3) trying to work out best way to simulate blocking channels and effect on memory/GC - we log if we cant push out on a channel e.g. tradestore/candlestore subs, but I dont think we clean up (or we cant from deep in a channel - suicidal snail)
In GitLab by @cdm on Dec 19, 2018, 18:48
More work:
In GitLab by @cdm on Dec 21, 2018, 10:32
Removed candles pointers code as it wasn't causing the memory leak issue AFAICT.
In GitLab by @cdm on Dec 21, 2018, 10:33
closed
In GitLab by @cdm on Dec 6, 2018, 10:09