sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
288 stars 74 forks source link

Docker using max CPU? #29

Open misosoup7 opened 1 year ago

misosoup7 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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