update max process count to 500 for better isolation

This commit is contained in:
oneflux 2025-04-21 15:18:29 -07:00
parent 6eec88be8e
commit 9dc9cddf5f

View file

@ -410,12 +410,7 @@ defaultPref("network.cookie.cookieBehavior", 4);
// between pages from different contexts. If this becomes a performance
// issue we can povide custom '@mozilla.org/ipc/processselector;1'
// -------
// Using 16 is to balance process isolation and resource usage
// The 60000 PlayWright is using is impractical and may cause instability.
defaultPref("dom.ipc.processCount", 16);
// Thanks @D4Vinci!
/// ------
defaultPref("dom.ipc.processCount", 500);
// Never reuse processes as they may keep previously overridden values
// (locale, timezone etc.).