-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
CPU usage #2180
Comments
Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly. |
Similar issue here. Homarr |
Hi, thanks for the feedback. Also, I'd like to note that Homarr currently scales very bad with the amount of users - there more you have the worse it gets. 1.0 completely reworks this and has a complexity of |
Thank you for the reply @manuel-rw.
Scratching my head, Next.js is a framework not a compiled product. Is there a known CPU utilization bug that is present in Next.js
For my single-user install I am seeing the following in Homarr |
Thanks for the questions. Seems like I caused some confusion, let me re-explain:
You're absolutely right here. Obviously newer Nextjs versions have gotten better performance but the main culprit in 0.15 is our code and missing optimization. I have not stated otherwise.
I don't own an Apple device. Therefore I also have no context for what is normal or not. If you believe that there is an additional bug that is causing higher usage on Apple silicon devices (M1, ...) then please let us know. To improve performance, you can try to:
To reiterate, this is an issue that we're fully aware of and we are not happy with the performance ourselves. We decided to rework Homarr source code exactly for reasons like this. If you want to try out 1.0, consider joining our early adopters program (not production ready). Does this answer your questions? Please let me know if something is still unclear - I'm happy to elaborate if needed. |
I am closing this ticket because the questions have been answered. |
Description
Homarr uses more CPU than all of my hosted applications - while other apps use max 5% CPU Homarr processes:
next-render-worker-pages
next-router-worker
cause regular spikes up to 15%
It's not much but I have many, many services and in idle state none of them use more that 1-3% CPU (and only occasionally)
In contrast, above 2 processes spike to 10-15% CPU combined every 12-15 sec. It is enough to raise CPU temp from 35-38˘C to 40-45°C on all 4 cores.
I tried searching for widgets refresh rate setting fearing that this may be the cause but I found nothing, Is there a way to lower CPU usage by adjusting some Homarr setting?
I use latest Homarr docker image (installed today) on Ubuntu 22.
Priority
Medium (Would be very useful)
The text was updated successfully, but these errors were encountered: