-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.6
-
Component/s: Packaging
-
None
-
Minor Change
-
Linux
The file ./etc/rc.d/init.d/mongod in the RPM contains the line:
ulimit -n 12000
This line will lower the open files from the default, and from the recommended value. Per the documentation, the recommended values are
ulimit -n 64000 ulimit -u 32000
- is duplicated by
-
SERVER-6443 Packages should set ulimit -u in init/startup scripts
- Closed