Re: e10s-multi update and tests

2017-04-13 Thread Gabor Krizsanits
Hi, On Thu, Apr 13, 2017 at 6:09 AM, Fischer Liu wrote: > We are using dom.ipc.processCount to limit the count of process. > After updating dom.ipc.processCount, do we still need to restart Firefox? > > It depends. It will prevent any new processes to be launched that would go

Re: e10s-multi update and tests

2017-04-12 Thread Fischer Liu
Hi We are using dom.ipc.processCount to limit the count of process. After updating dom.ipc.processCount, do we still need to restart Firefox? As I know in PreallocatedProcessManagerImpl::AllocateNow[2] and PreallocatedProcessManagerImpl::RereadPrefs, there would read the pref to check the max

Re: e10s-multi update and tests

2017-03-23 Thread Blake Kaplan
On Thu, Mar 23, 2017 at 3:32 AM, Andreas Tolfsen wrote: > Do you use a tracking keyword of some sort for the disabled tests? This work is being tracked in . -- Blake ___

Re: e10s-multi update and tests

2017-03-23 Thread Gabor Krizsanits
On Thu, Mar 23, 2017 at 8:56 AM, tapper wrote: > Hi is a11y working yet? > Last time I tried it out it kept crashing. > > ___ > dev-platform mailing list > dev-platform@lists.mozilla.org >

Re: e10s-multi update and tests

2017-03-23 Thread tapper
On 22/03/2017 23:45, Blake Kaplan wrote: Hello all, As some of you might have noticed, we are now defaulting to 4 content processes on Nightly builds! We're continuing to collect data and planning on running experiments with different numbers of processes to generate more data and allow us to

Re: e10s-multi update and tests

2017-03-23 Thread Andreas Tolfsen
Also sprach Blake Kaplan : > As part of our effort to enable e10s-multi on Nightly, we disabled > a few tests that were misbehaving. We've re-enabled most of them > and are on track to finish re-enabling them (after verifying that > the problem was in the test and not the

Re: e10s-multi update and tests

2017-03-23 Thread Gabor Krizsanits
On Thu, Mar 23, 2017 at 2:36 AM, Nicholas Nethercote wrote: > On Thu, Mar 23, 2017 at 12:12 PM, Andrew McCreight > > wrote: > > > > > Though maybe you are asking which processes count against the limit of 4. > > > > Yes, that's what I am asking.

Re: e10s-multi update and tests

2017-03-23 Thread bowen
On Thursday, 23 March 2017 01:01:16 UTC, Nicholas Nethercote wrote: > Do we have a clear definition of "content process"? I.e. does/will it > include: > > - GMP processes (no?) > - GPU process (probably not?) > - file:// URL processes (probably should?) > - Web Extensions processes (probably

Re: e10s-multi update and tests

2017-03-22 Thread Chris Pearce
On Thursday, March 23, 2017 at 2:37:18 PM UTC+13, Nicholas Nethercote wrote: > On Thu, Mar 23, 2017 at 12:12 PM, Andrew McCreight > wrote: > > > > > Though maybe you are asking which processes count against the limit of 4. > > > > Yes, that's what I am asking. > > Nick I think there's only one

Re: e10s-multi update and tests

2017-03-22 Thread Nicholas Nethercote
On Thu, Mar 23, 2017 at 12:12 PM, Andrew McCreight wrote: > > Though maybe you are asking which processes count against the limit of 4. > Yes, that's what I am asking. Nick ___ dev-platform mailing list

Re: e10s-multi update and tests

2017-03-22 Thread Ben Kelly
On Wed, Mar 22, 2017 at 9:12 PM, Andrew McCreight wrote: > On Wed, Mar 22, 2017 at 6:00 PM, Nicholas Nethercote < > n.netherc...@gmail.com > > wrote: > > > Do we have a clear definition of "content process"? I.e. does/will it > > include: > > > > - GMP processes (no?) > >

Re: e10s-multi update and tests

2017-03-22 Thread Andrew McCreight
On Wed, Mar 22, 2017 at 6:00 PM, Nicholas Nethercote wrote: > Do we have a clear definition of "content process"? I.e. does/will it > include: > > - GMP processes (no?) > - GPU process (probably not?) > - file:// URL processes (probably should?) > - Web Extensions

Re: e10s-multi update and tests

2017-03-22 Thread Nicholas Nethercote
Do we have a clear definition of "content process"? I.e. does/will it include: - GMP processes (no?) - GPU process (probably not?) - file:// URL processes (probably should?) - Web Extensions processes (probably should?) - ServiceWorker processes (probably should?) Thanks. Nick On Thu, Mar 23,

e10s-multi update and tests

2017-03-22 Thread Blake Kaplan
Hello all, As some of you might have noticed, we are now defaulting to 4 content processes on Nightly builds! We're continuing to collect data and planning on running experiments with different numbers of processes to generate more data and allow us to fine-tune our defaults and strategies for