Increasing Maximum File Handles for Domino 7

Mindwatering Incorporated

Author: Tripp W Black

Created: 09/12/2005 at 01:18 AM

 

Category:
Linux
Domino

Step 1b:
Modify the "/etc/security/limits.conf" file as root:
Add or modify these lines:
notes soft nofile 20000
notes hard nofile 49152

* change "notes" above to whatever your user is for the Domino server.

Step 1a:
Edit your login file. This will vary depending on the user login type. Should be one of following:
"/etc/pam.d/sshd" or "/etc/pam.d/login" or "/etc/pam.d/rlogin"
session required /lib/security/pam_limits.so

(After both are saved, you must log out and back in for changes to take effect.)

Step 2:
This step is for those that have create a startup script for Domino via /etc/init.d.

Add to the start section (before you start the server) of the script:
ulimit -n 20000


previous page

×