mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52: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
|
||||
// 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.).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue