[Pale-Moon] Issue #1972 - Disable forcing GC on memory pressure.

This commit is contained in:
Moonchild
2024-09-20 16:46:07 +02:00
committed by roytam1
parent cf29319f78
commit 03c56728d9
@@ -503,6 +503,9 @@ pref("general.warnOnAboutConfig", false);
// Enable unlinking of ghost windows so they can be garbage collected.
pref("browser.ghostbuster.enabled", true);
// Disable GC on memory pressure, avoid incessant recycling when websites
// misbehave. Should also avoid spurious GCs during ghostbusting.
pref("javascript.options.gc_on_memory_pressure", false);
// This is the pref to control the location bar, change this to true to
// force this - this makes the origin of popup windows more obvious to avoid