<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 2:36 AM, Nicholas Nethercote <span dir="ltr"><<a href="mailto:n.nethercote@gmail.com" target="_blank">n.nethercote@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Mar 23, 2017 at 12:12 PM, Andrew McCreight <<a href="mailto:amccreight@mozilla.com">amccreight@mozilla.com</a>><br>
wrote:<br>
<br>
><br>
<span class="gmail-">> Though maybe you are asking which processes count against the limit of 4.<br>
><br>
<br>
</span>Yes, that's what I am asking.<br>
<br>
Nick<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br></div></div></blockquote><div><br></div><div>That is a good question, thanks for bringing it up. The GMP and other non-content process types areĀ  already addressed in previous messages, I won't cover them here. The 4 content processes limit is for "web" type content process.<br></div><div>We have different content process pools with different limits on them. Currently we have these types: [1]<br><br></div><div>Web, File, Extension, Large allocation.<br><br>It's possible to set limit for all types by dom.ipc.processCount.[type]. (Note: dom.ipc.processCount sets limit for the default "web" type, we kept this one for backward compatibility, but if you set dom.ipc.processCount.web, dom.ipc.processCount will be ignored.)<br></div><div><br>[1]: <a href="http://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.h#40">http://searchfox.org/mozilla-central/source/dom/ipc/ContentParent.h#40</a> <br><br></div><div>Gabor<br></div></div></div></div>