doriordan / skuber

A Scala Kubernetes client library
Apache License 2.0
326 stars 97 forks source link

High idle CPU usage #318

Closed nadenf closed 4 years ago

nadenf commented 4 years ago

So when not even actively using Skuber it is using on average 30% CPU usage on my MacBook Pro and on my 10980xe PC utilising an entire core at 100%.

It is related to the: akka.actor.LightArrayRevolverScheduler which looks to be on a loop waiting for something to happen.

Given that I am exclusively using Skuber for on-demand uses e.g. "launch this container" as opposed to "wait for X to happen on the cluster" it looks to be pretty excessive.

This is with the 2.6.0 release.