backtrader-docs icon indicating copy to clipboard operation
backtrader-docs copied to clipboard

Multi-core optimization problem

Open hamedasgari20 opened this issue 3 years ago • 0 comments

Thanks to the support team

I have recently used Backtrader. During optimization, the package works properly when the input data is low. But when the input data is high or the number of modes I want to multi-core optimization, I get the following error:

Out of memory error when running optstrategy

After checking, I realized that because the results are stored in a list, in this case, despite the 32 GB of RAM, this list is full and the package gives an error.

How can I solve this problem?

Thanks to the support team

hamedasgari20 avatar Feb 07 '22 09:02 hamedasgari20