-
Notifications
You must be signed in to change notification settings - Fork 40
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
Multi process (e10s) mode is unstable #19
Comments
For me the single process mode only makes the browser more unstable. Enough for a single tab to crash, it brings down the entire browser. It also appears to make tabs more prone to crashing. |
I can absolutely confirm that. |
Alright, after using Mypal 68 for a while, I too am being hit with random freezes even in single process mode. This applies to 68.12.2b as well. |
I've noticed that tabs tend to randomly freeze, with YouTube tabs being the worst offender. After switching to single process mode (something I always do anyway), all of these instabilities were fixed.
To switch to single process mode, add a MOZ_FORCE_DISABLE_E10S user environment variable and set it to 1. Don't forget to restart Mypal afterwards.
The text was updated successfully, but these errors were encountered: