How to disable "Memory Saver" with launch settings #2099
-
When I restart the application the Memory Saver mode is always enabled by default. Can I disable it somehow using LaunchOptions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I didn't find any command line argument to disable that. But we are sending several feature flags to disable background pages. Did you get any pages offline? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I did not find how this can be done through the command, but there is another way. |
Beta Was this translation helpful? Give feedback.
Unfortunately, I did not find how this can be done through the command, but there is another way.
If you also need to create a new browser every time and do not manually turn off Memory Saver mode, then you need to change the registry.
Navigate to 'HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium', if there is no such key, create one. Look for the key named HighEfficiencyModeEnabled or create a new one (DWORD 32-bit) and set the value to 0.
https://chromeenterprise.google/policies/#HighEfficiencyModeEnabled