Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-core optimization problem #10

Open
hamedasgari20 opened this issue Feb 7, 2022 · 0 comments
Open

Multi-core optimization problem #10

hamedasgari20 opened this issue Feb 7, 2022 · 0 comments

Comments

@hamedasgari20
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant