Comment #3 on issue 20204 by [email protected]: High power consumption when many tabs are open. http://code.google.com/p/chromium/issues/detail?id=20204
Using the script foo.sh containing #!/bin/sh i=0 while test $i -lt 50 do google-chrome --disable-plugins "$1" & sleep 1 i=`expr $i + 1` done I see low power with foo.sh kegel.com, youtube.com, or wired.com, so it's probably pretty page-specific. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
