Selenium server causes crazy load on server - how to prevent?
- by Eric
I'm running this linux:
Linux host.themepark.com 2.6.32-220.4.1.el6.x86_64 #1 SMP Tue Jan 24
02:13:44 GMT 2012 x86_64 x86_64 x86_64 GNU/Linux
And I run the Selenium stand-alone server on my box with this command:
java -jar /home/l/cron/selenium-server-standalone-2.24.1.jar > /logs/selenium.log 2>&1 &
Here's the problem: as…