Any idea why a single empty tab opens up 8 (zombie?) processes ?
Is something here not what that appears ?
![]()
This is a discussion on 8 processes for a single Tab ? within the Tech Board forums, part of the Community Boards category; Any idea why a single empty tab opens up 8 (zombie?) processes ? Is something here not what that appears ...
Any idea why a single empty tab opens up 8 (zombie?) processes ?
Is something here not what that appears ?
![]()
Manasij Mukherjee | gcc-4.8.0 @Arch Linux
Slow and Steady wins the race... if and only if :
1.None of the other participants are fast and steady.
2.The fast and unsteady suddenly falls asleep while running !
It doesn't use 8 processes per tab. It has one process per tab + some other processes that handles other functions than tabs.
If you're concerned about memory, don't use Chrome. It eats up a ton.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
This is true, I had to discover it the hard way, Firefox with _a lot_ of tabs open often still uses less than Chrome with just few on basic pages.
I suppose it's the classic RAM <-> CPU usage tradeoff.
Chrome uses a new process for every tab (sandboxing). Theoretically better for security and stability.
Firefox shares as much memory between tabs as possible.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^