| Summary: | www-client/chromium - ERROR:ipc_channel_posix.cc(213)] socketpair(): Too many open files | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alex Barker <alex> |
| Component: | Current packages | Assignee: | Chromium Project <chromium> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | http://code.google.com/p/chromium/issues/detail?id=362603 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Alex Barker
2015-01-04 20:34:33 UTC
You are likely hitting another ceiling long before you even get to fs.file-max. Try raising nofile in /etc/security/limits.conf. Or ulimit -n. I did some testing and I believe you are correct, I set -Sn -Hn a bit higher and it appears to function normally again. I guess they only thing for this bug would be to check if these settings should be raised for a default user? Maybe a build warning to raise them? (In reply to Alex Barker from comment #2) > I did some testing and I believe you are correct, I set -Sn -Hn a bit higher > and it appears to function normally again. I guess they only thing for this > bug would be to check if these settings should be raised for a default user? > Maybe a build warning to raise them? Where exactly did you need to make the change? I just added the following to /etc/security/limits.conf kwhat soft nofile 8192 kwhat hard nofile 10240 I noticed that the memory usage was excessively high for the number of tabs open so either these values need some tuning or they are working around an underlying issue. |