-
Notifications
You must be signed in to change notification settings - Fork 142
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
driver.reset() #204
Comments
Thanks for the info. You're right, Stage.close() doesn't actually free resources which is a bug in how it's used here. The goal of the
Basically |
Not aside from |
Anu updates on this issue? Memory leaks using reset() are still here. Thanks |
None yet |
Any updates? I'm planning to try java 9, does it still leak on it? |
when call driver.reset() in crawler threads, eg. change a upstreaming proxy, remote JBrowserDriverServer act unreasonable. both thread num and mem consume grow rapidly.
related code: Context.java Line 90 - 99
since removeItems() just hide web elements using Toolkit util according to your code, may be the related threads and mem is not released. i don't quite understand this part of your code, may be you can give me some hints, thanks.
BTW. is there any change proxy method for driver?
The text was updated successfully, but these errors were encountered: