-
Sorry for all the messages. Firstly, the good news. I'm running in the Dev Container and making some progress on the Broadland council webpage.
The Selenium driver seems to be crashing on me however I'm running it. Additionally I'm having to restart the Dev Container by restarting VS Code every 20 minutes. I'm on an Mac M1, if that's relevant. Is there anything you see above that would say why that's happening? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I noticed I think I've fixed this by remarking out three of the four selenium browsers. |
Beta Was this translation helpful? Give feedback.
-
Yeh that’s to allow parallel execution of Selenium- you did the right thing |
Beta Was this translation helpful? Give feedback.
I noticed
docker-compose
fires up four selenium browsers at 2GB each and I was running out of RAM.I think I've fixed this by remarking out three of the four selenium browsers.