Skip to content
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

Selenium Sessions not being closed #73

Open
aep7128 opened this issue May 31, 2023 · 1 comment
Open

Selenium Sessions not being closed #73

aep7128 opened this issue May 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@aep7128
Copy link
Contributor

aep7128 commented May 31, 2023

When Selenium is used, a lot of the chrome services remain open, which causes a memory overload and can slow down our tests and runtime. All selenium instances should be closed after use to remove these lingering Chrome instances

@aep7128 aep7128 added the bug Something isn't working label May 31, 2023
@cju8676
Copy link
Contributor

cju8676 commented Jun 1, 2023

i added driver.quit() in src/main/java/edu/rit/se/nvip/crawler/htmlparser/GenericCveParser.java, but i think this needs to be moved. other parsers use Selenium, not just generic, so we will probably have to move it to somewhere that'll close out the driver whenever ALL of the crawler threads have finished

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants