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

image perf

image

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

Most upvoted comments

Replied in PyWry issue thread! 😊

Fixed in #78 v0.5.12 #5122 !

image

It looks like I have the same issue (if I’m interpreting the htop correctly): image

Although the CPU goes to 100% I don’t really experience any performance issues on my machine.

Love the idea of this project, but will revisit in next year when it’s more stable / usable. This is clearly a no-go.

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 of ARM/AMD, which specifically supports AMD processors. I would look into that.