[chromium-dev] Re: Zygote mode on by default in Linux now. Here's how to disable it...

2009-06-15 Thread Dan Kegel
On Tue, Jun 9, 2009 at 3:59 AM, Dean McNameede...@chromium.org wrote: Is there a design document or anything somewhere? Adam wrote one: http://code.google.com/p/chromium/wiki/LinuxZygote - Dan --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Zygote mode on by default in Linux now. Here's how to disable it...

2009-06-09 Thread Dean McNamee
Yeah, I just took a poke at this, it seems that zygote \ browser \ renderer \ renderer ... Is there a design document or anything somewhere? Also, did we get an measurements on tab startup performance, memory sharing, etc? On Tue, Jun 9, 2009 at 10:57 AM, Lei Zhangthes...@chromium.org

[chromium-dev] Re: Zygote mode on by default in Linux now. Here's how to disable it...

2009-06-09 Thread Dan Kegel
On Tue, Jun 9, 2009 at 3:59 AM, Dean McNameede...@chromium.org wrote: On Tue, Jun 9, 2009 at 10:57 AM, Lei Zhangthes...@chromium.org wrote: Does this mean the zygote manager process is the parent process for the browser process and all renderer processes? Whereas before the browser process

[chromium-dev] Re: Zygote mode on by default in Linux now. Here's how to disable it...

2009-06-09 Thread Tony Chang
On Tue, Jun 9, 2009 at 7:33 AM, Dan Kegeldaniel.r.ke...@gmail.com wrote: My measurements on tab startup showed no clear effect.  But http://build.chromium.org/buildbot/perf/linux-release/startup/report.html?history=150 shows that the 'startup' measurement increased by about 5ms and got quite

[chromium-dev] Re: Zygote mode on by default in Linux now. Here's how to disable it...

2009-06-08 Thread Adam Langley
On Mon, Jun 8, 2009 at 5:39 PM, Dan Kegeldaniel.r.ke...@gmail.com wrote: If for some reason (say, you don't like the fact that the main process is now this funky fork server) you want to go back to how things were before temporarily, you can disable zygote mode by doing  export