|
|
|
|
|
by makomk
4145 days ago
|
|
It's certainly not the only issue with running Chrome on machines that aren't configured just like Google's. If you try and run it on a Linux distro which limits the number of open files per process to 1024, like most do by default, it crashes when you try and open more than a handful of tabs. Turns out that Google run a custom version of Ubuntu internally with the limit raised to something like 32,768 open files per process, so they never ran into the issue. |
|