wolweb icon indicating copy to clipboard operation
wolweb copied to clipboard

Docker using max CPU?

Open misosoup7 opened this issue 2 years ago • 2 comments

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 avatar Aug 06 '23 05:08 misosoup7

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

misosoup7 avatar Aug 06 '23 06:08 misosoup7

@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.

sameerdhoot avatar Aug 08 '23 02:08 sameerdhoot