firefox ram commit threshold should be bigger

This commit is contained in:
Sebastian Moser
2024-05-29 22:15:35 +02:00
parent 564edd4ce3
commit 66af2242d0

View File

@@ -3,7 +3,7 @@
# added over time # added over time
"browser.tabs.insertAfterCurrent" = true; "browser.tabs.insertAfterCurrent" = true;
"browser.tabs.unloadOnLowMemory" = true; "browser.tabs.unloadOnLowMemory" = true;
"browser.low_commit_space_threshold_mb" = 1500; "browser.low_commit_space_threshold_mb" = 3000;
# general # general
"extensions.autoDisableScopes" = 0; "extensions.autoDisableScopes" = 0;