diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index ee03b74..6e6151c 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -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.).