mvberg / ib-gateway-docker

Interactive Brokers Trading Gateway running in Docker
MIT License
224 stars 105 forks source link

Vnc viewer process 100% CPU #17

Open Macfly opened 4 years ago

Macfly commented 4 years ago

I just noticed that the X11vnc process goes crazy after a while and uses 100% of the CPU. I use the VNC connection maybe once. Is there a way to fix that?

Screenshot_20191107-064214~2

dvasdekis commented 4 years ago

I'm having the same issue, with the process reaching 100% within about 20 minutes. Looks like the VNC process can be disabled by ensuring that there's no variable set for VNC_PASSWORD in docker compose. This fixed it for me