Hacker News new | ask | show | jobs
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.
1 comments

I frequently have dozens of tabs open in Chrome on Ubuntu without any problems and I haven't touched the open-files-per-process limit. You must be talking about a problem with older versions.