-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constant high CPU usage #157
Comments
Thanks for the report, @TIgNoCkA . Do you know which specific process is consuming the CPU? Is it the |
It's firefox.real. I attached strace to it and got this:
|
Thanks, that's super useful. Over 3 million Let me try to reproduce this locally. Do you have a command at hand to launch Tor browser with |
I did
Lower yet still weirdly high rate of errors/calls for recvmsg. Anyway, it doesn't call it as often. |
Thanks for the info @TIgNoCkA. I wonder if excessive logging by |
Hi, I've got the same issue. It seems to be related with the firefox multi-threading system called Electrolysis or e10s. You can disable it by doing so : I'm running my scripts this way since a few hours and it really seems to solve the problem. I'll come back here in a day or 2 to confirm if it's ok. |
After some more testing : Sometimes CPU consumption is ok, most of the time it takes 20~30% of the CPU. |
Imminently after initiating a TorBrowserDriver instance and without doing anything it consumes ~40% of my CPU. It doesn't happen with vanilla selenium with Geckodriver or when I start Tor-browser with --marionate from the shell. Any Idea what could potentially cause it or how to figure this out?
The text was updated successfully, but these errors were encountered: