Selenium open headless browser is always unable to release memory, start bash hang;

clipboard.png

clipboard.png

Mar.18,2021

when using selenium, remember to add:

at the end.
driver.quit()

now you can try to force the end of the chrome running in the background with the kill command to see if you can reduce memory.

$ kill 6364
Menu