Make linux(4) set openfiles soft resource limit to 1024 for Linux
applications, which often depend on this being the case. There's
a new sysctl, compat.linux.default_openfiles, to control this
behaviour.
Details
Details
- Reviewers
kevans emaste - Group Reviewers
manpages Linux Emulation - Commits
- rS362015: Make linux(4) set the openfiles soft resource limit to 1024 for Linux
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 31548 Build 29150: arc lint + arc unit
Event Timeline
Comment Actions
I think I'm orders of magnitude more comfortable with this change; it does indeed seem quite reasonable to default Linux applications out with the limits they're likely expecting.