A get_backtest() call for a specific algo of mine fails for every backtest, because the kernel crashes when it runs out of memory.
I'm stopping all running notebooks before so I can't get any more memory.
Is there a way to reduce the size of an AlgorithmResult object so it doesn't crash? Would turning off logging or custom data help?
Thanks!