Skip to content
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

Docker using max CPU? #29

Open
misosoup7 opened this issue Aug 6, 2023 · 2 comments
Open

Docker using max CPU? #29

misosoup7 opened this issue Aug 6, 2023 · 2 comments

Comments

@misosoup7
Copy link

My docker instances shoot up to 100% cpu on all cores as soon as I start wolweb. None of my other containers do this. Thoughts?

@misosoup7
Copy link
Author

misosoup7 commented Aug 6, 2023

And it seem to have stopped doing it? Weird

What I did was on a restart:

sudo docker run --network host -it wolweb & <- max cpu

Then
sudo kill -9 {pids for docker and dockerd}
sudo docker ps -l
[commands to start my other containers]
sudo docker start {wolweb's container_id}

Now it seems to be stable again without massive cpu spikes

@sameerdhoot
Copy link
Owner

@misosoup7 I have not seen this behavior before. It could be a temporary glitch with your docker. I will still keep the issue open so if anyone else has an issue they can leave a comment and maybe we can detect a pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants