fysh711426 / UndetectedChromeDriver

GNU General Public License v3.0
172 stars 65 forks source link

Runtime takes a lot of space #25

Open neopinhuy opened 1 year ago

neopinhuy commented 1 year ago

I think your Undetected Edition is taking up a lot of space at runtime, up to several GB, and it's not fully restored when shutting down the app. Can you test it out?

fysh711426 commented 1 year ago

The chrome.exe process will be opened inside UndetectedChromeDriver, which may be the reason that a lot of memory space is taking up.

Use the using keyword or call the Dispose method, can close the chrome.exe and free the memory, and no other exceptions have been found so far.