Is it possible to group chrome extension processes?
Posted
by
Shajirr
on Super User
See other posts from Super User
or by Shajirr
Published on 2012-06-25T08:29:39Z
Indexed on
2012/06/25
9:18 UTC
Read the original article
Hit count: 186
I have a problem with Chrome - most extensions, even those which consume merely 5-10 MB of memory, each have their own process, and because of that Chrome uses a single process for all the tabs, which consume a lot more memory compared to extensions, even with --proccess-per-tab switch.
This behavior seemes illogical - why do you need extensions in separate processes if you can't use your browser properly when it takes 5-10 seconds just to load a tab and freezes constantly?
Is it possible somehow to limit the number of processes which can be used for extensions, maybe group them to 10 extensions per 1 process?
© Super User or respective owner