mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 10:02:03 -08:00
update max process count to 500 for better isolation
This commit is contained in:
parent
6eec88be8e
commit
9dc9cddf5f
1 changed files with 1 additions and 6 deletions
|
|
@ -410,12 +410,7 @@ defaultPref("network.cookie.cookieBehavior", 4);
|
||||||
// between pages from different contexts. If this becomes a performance
|
// between pages from different contexts. If this becomes a performance
|
||||||
// issue we can povide custom '@mozilla.org/ipc/processselector;1'
|
// issue we can povide custom '@mozilla.org/ipc/processselector;1'
|
||||||
|
|
||||||
// -------
|
defaultPref("dom.ipc.processCount", 500);
|
||||||
// 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!
|
|
||||||
/// ------
|
|
||||||
|
|
||||||
// Never reuse processes as they may keep previously overridden values
|
// Never reuse processes as they may keep previously overridden values
|
||||||
// (locale, timezone etc.).
|
// (locale, timezone etc.).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue