TreborNamor / TradingView-Machine-Learning-GUI

Embark on a trading journey with this project's cutting-edge stop loss/take profit generator, fine-tuning your TradingView strategy to perfection. Harness the power of sklearn's machine learning algorithms to unlock unparalleled strategy optimization and unleash your trading potential.
https://www.robertsportfolio.dev/
MIT License
756 stars 227 forks source link

The browser takes up too much memory #22

Closed githbob closed 3 years ago

githbob commented 3 years ago

After running for a period of time, the browser occupies too much memory. and the program stops automatically. Is there a good solution?

TreborNamor commented 3 years ago

Hi, this is Multiprocessing which is normal, but if you are having slowness/hanging issues, try reducing the number of multiprocesses: Go to Settings > General - Performance, then deselect 'Use recommended performance settings' and change 'Content process limit' to a smaller number - try 1. See - Firefox's performance settings, and Startup, home page, tabs, and download settings.