From 9dc9cddf5fbda6175d8492eab5883bb682747e00 Mon Sep 17 00:00:00 2001 From: oneflux Date: Mon, 21 Apr 2025 15:18:29 -0700 Subject: [PATCH] update max process count to 500 for better isolation --- settings/camoufox.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.).