-
Notifications
You must be signed in to change notification settings - Fork 324
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
x11vnc CPU usage on 100% and VNC Connecting takes several minutes on selenoid UI #1435
Comments
@milance1998 this is a known CentOS \ RedHat specific issue related to their kernel \ security settings. Switching to another distribution should fix this. |
@vania-pooh Thanks a lot, also asked this on rocky linux forum, got answer:
Will investigate more that way, and if nothing - will switch to another distro. |
Thanks for this thread - it helped me to fix the same issue on RHEL 9. The issue lies at containerd/docker service configurations and was fixed back in 2023, however the most recent version of containerd for RedHat as of now still has the line that was removed by this pull request: https://github.com/containerd/containerd/pull/8924/files So the solution is as simple as removing the Additionally, it worth checking the docker.service file at the same location, as per https://github.com/moby/moby/pull/45534/files Thanks to this post, where the same issue happens with selenium-chrome image: https://bbs.archlinux.org/viewtopic.php?pid=2135855#p2135855 |
Just came across this and @igorscripco 's suggestion fixed my issue. Thanks! |
Hello,
I'm using selenoid and selenoid-ui on my Rocky Linux 9 server, everything looks OK, docker logs of selenoid, selenoid ui, selenoid/chrome container when started but when I create selenoid/chrome session it takes several minutes to display the session UI on selenoid UI
This is the view for 3-5 minutes:
and after that, after 3-5 minutes, session UI is displayed.
While waiting for the VNC connection, I inspected selenoid/chrome container and the CPU usage was on 100% by the x11vnc:
As soon as session UI is displayed, CPU usage drops to the normal (not 100%)
This is the case on Rocky Linux 9 server but not on Ubuntu, tried different selenoid configurations but wasn't successful..
Configuration I'm using now:
Selenoid logs:
Some of selenoid-ui logs:
chrome container logs:
The text was updated successfully, but these errors were encountered: