-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[🐛 Bug]: Possible resource leakage using Firefox v. 4.7.0 #1743
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
Comments
SeleniumHQ/selenium#11270 was fixed with 4.7.1. This could be the resource leak problem. The client was probably not always closed cleanly: SeleniumHQ/selenium#11345 I will try out |
I tried See memory usage: What I also saw during the investigation is that we see these graphs only during times when nodes in (4 GB is the memory limit – it might be that Kubernetes is cleaning up the processes here) I believe version |
Updating to |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What happened?
I run two instances of Selenium Grid.
Grid 1: Selenium Grid
3.141.59
with 9 chrome and 9 Firefox nodes (both using tag3.141.59
)Grid 2: Selenium Grid
4.7.0
with 8 chrome and 8 Firefox nodes (both using tag4.7.0
)I saw Firefox @
4.7.0
seems to have some issue with resource consumption & the data looks a lot like leakage.Have you encountered issues like this?
Might this happen only because some users do not close the driver correctly after testing is done?
Memory consumption
Firefox 3.141.59
Firefox 4.7.0
CPU
Firefox 3.141.59
Firefox 4.7.0
Command used to start Selenium Grid with Docker
Relevant log output
Operating System
Running on Openshift (Kubernetes 1.2X)
Docker Selenium version (tag)
4.7.0
The text was updated successfully, but these errors were encountered: