mirror of
https://github.com/fosrl/olm.git
synced 2026-05-06 10:47:55 -05:00
[GH-ISSUE #73] CPU Usage #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asardaes on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/fosrl/olm/issues/73
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
I have a 4-core host running a Newt container and an Olm container. The Olm process continuously uses around 10% CPU, which is not extreme, but it's pretty much at the top of
top, which strikes me as odd. Newt stays below 1%.Environment
To Reproduce
Can't report much details as it is, this is the compose file I have to deploy Olm (I'm not using host network on purpose):
Besides the sensitive stuff, the JSON doesn't have anything out of the ordinary:
Expected Behavior
Less CPU usage, or at least a confirmation that more CPU usage is expected.
@oschwartz10612 commented on GitHub (Jan 8, 2026):
We are actually working on improving CPU usage for olm especially because of mobile devices! I hope to have some improvements in the next release.
@oschwartz10612 commented on GitHub (Jan 20, 2026):
Resolved by
ba91478b89will be in the next release shortly