SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

Memory leaks in Selenium node #7955

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 7955

What steps will reproduce the problem?
1. Start selenium hub and selenium node
2. Run in loop:
#!/bin/env python
from selenium import webdriver
driver = webdriver.Remote(desired_capabilities=webdriver.DesiredCapabilities.FIREFOX,
command_executor='http://127.0.0.1:4444/wd/hub')
driver.get('http://127.0.0.1') # blank page
driver.quit()

What is the expected output? What do you see instead?
Selenium isn't freeing memory after test execution.

Selenium version: 2.43
OS: Linux
Browser: Firefox
Browser version: 32
java version "1.7.0_65"
OpenJDK Runtime Environment (fedora-2.5.1.2.fc19-x86_64 u65-b17)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

Reported by grzegorz.halat on 2014-09-24 19:18:19


lukeis commented 8 years ago

Reported by barancev on 2014-09-25 04:56:50

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:47:06