-
-
Notifications
You must be signed in to change notification settings - Fork 184
neko process uses ~80% CPU while idling #115
Comments
Pretty sure this was implemented ages ago, |
Running |
Pretty sure you also noticed that that jumps significantly when you do connect to neko |
Yeah, when connected it seems to go a bit over 100% depending on what is happening in the session, but not much more. So is idling at 80% CPU expected behaviour? If yes, why is it that high? I should probably have added that I am using the |
Lemme see if I can reproduce with that image, |
I can indeed reproduce on Personally I've been using |
I suppose that one is built from your dev branch? |
You would have to ask @m1k1o yourself |
Oops, how did I make that connection ;) |
@djmaze yes. I kept my master branch in sync with original repository and made my changes in dev branch. |
So the question is if there is a tangible reason for this behaviour in the nurdism version or if the image build is somehow borked. I can e.g. see that your fork does not use a custom gstreamer build, so it does not seem to be needed anymore. Either way, I might as well switch to your version then, so thanks ;) |
Confirming that when using |
I guess, the reason can be just old image on docker hub. |
Okay, and |
@djmaze yes, both in my and nurdism's. There is also |
Hi, Original images from nurdism are not working with my current configuration*. *Server conf |
Is your feature request related to a problem? Please describe.
Running the container (
nurdism/neko:firefox
) on my server, I realize it always uses about 85-90% of one CPU core, even if there is no one connected to the session.Describe the solution you'd like
I guess the load is that high because video / audio encoding is permanently active. So as long as no one has logged in or after the last person has logged out, the encoding should automatically be paused.
Describe alternatives you've considered
–
The text was updated successfully, but these errors were encountered: