Is there any way to reduce the idle CPU usage? #884
Replies: 3 comments
-
|
Check out the env variable ## Env: KOMODO_MONITORING_INTERVAL I've noticed the same and it was a bit too aggressive because the default is "15-sec". I've set mine to 1-min, and now it's perfectly fine. |
Beta Was this translation helpful? Give feedback.
-
|
For each Periphery agent, can also modify PERIPHERY_STATS_POLLING_RATE=1-min for less idle (monitoring) usage. There's definitely optimization that can be done, currently reliability and big picture project goals prioritized over highly optimized component implementations, planning to improve this as project matures. |
Beta Was this translation helpful? Give feedback.
-
|
Have you migrated to v2? It seems to use half as much CPU, and about 3/4 of the RAM for me, compared to v1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I have about 20 stacks, running in the region of 35 containers. My system idles at around 2% CPU usage.
When I then run Komodo, it adds an additional nearly 1% just on its own. Idle usage never drops below this for me.
I haven't imported any stacks, no remote management, nothing. It literally couldn't be any more idle. Is there anything I can change settings / polling wise that can drop this?
It's still not a lot in the grand scheme of things, but feels off that one idle app is adding 50% usage against many other services.
Beta Was this translation helpful? Give feedback.
All reactions