diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index 924a6c4..0a9ade0 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -455,10 +455,9 @@ defaultPref("network.cookie.cookieBehavior", 4); // issue we can povide custom '@mozilla.org/ipc/processselector;1' // defaultPref("dom.ipc.processCount", 60000); -// Dear Playwright devs, -// YES! This does cause a significant performance hit! -// Camoufox will be keeping this at 1 for the foreseeable future. -defaultPref("dom.ipc.processCount", 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); // Never reuse processes as they may keep previously overridden values // (locale, timezone etc.).