Ulimit changes when Domino is running on non-Windows Platforms

Source: Internet
Author: User

When running domino in Linux/Unix systems, it will go down without any reason and no NSD logs will be generated. In this case, log on to the system as a root user and enter the following command:

Show Source 1 Ulimit -N

 

Check the value and run Domino. The IBM recommended value is 20000 or above. Therefore, if the value is smaller than this value, the domino instance will be down. Use the following command to modify the value:

Show Source 1 Ulimit -N 20480

However, after the system is restarted, the default value will be restored. Therefore, you must modify the limits configuration file.

 

Linux format: (such as Ubuntu and RedHat)

VI/etc/security/limits. conf

Show Source 1 * Soft nofiles 20480 2 * Hard nofiles 40960

 

The Aix system is as follows:

VI/etc/security/limits

Find the default Section

Modify nofiles to 20480 as follows:

Show Source 1 Default: 2 ........ 3 No files = 20480

 

 

If you enjoyed this article please consider Sharing it!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.