OpenBBTerminal: [Bug] Very high CPU and memory usage
Describe the bug I install openbb via conda. Immediately after starting openbb, memory and CPU usage of the openbb process jump to very high numbers. Unfortunately, this makes this amazing software unusable for me.
To Reproduce
conda env create -n obb --file https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/main/build/conda/conda-3-9-env.yaml
conda activate obb
pip install openbb --no-cache-dir
openbb
Screenshots top
perf
Desktop (please complete the following information): LXQT
- OS: EndeavourOS
- Python version: 3.9.13
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 18 (7 by maintainers)
Commits related to this issue
- closes #5104 — committed to tehcoderer/OpenBBTerminal by tehcoderer a year ago
- closes #5104 (#5122) — committed to phbrgnomo/OpenBBTerminal by tehcoderer a year ago
Replied in PyWry issue thread! 😊
Fixed in #78
v0.5.12
#5122 !It looks like I have the same issue (if I’m interpreting the
htop
correctly):Although the CPU goes to 100% I don’t really experience any performance issues on my machine.
You are currently the only user reporting this issue, so it is likely something related to your local system configuration. As you showed, you are running Intel,
x86/64
, processes instead ofARM/AMD
, which specifically supports AMD processors. I would look into that.