From the Chrome Internals slides of last year's Google I/O, it says that the process assignments in Chrome are approximately 1 process per tab.
And that tabs share processes when:
- They have a (potential) script connection.
- Opened via link click:
- The process limit is reached
Can someone point out what other reasons of why they would want to share processes other than for reaching memory constraints?