Increase Linux limits on maximum number of processes and maximum open file descriptors

Source: Internet
Author: User

Open /etc/security/limits.conf file

Add the following two lines below, where Wacos is the user name, * can represent all users

Wacos-nproc 20000
Wacos-nofile 65536

Noproc represents the maximum number of processes

Nofile represents the maximum number of open files

Then enter at the command line: Ulimit-a view, the discovery has changed.




In addition, you can add ulimit-n 1024来 to the normal user's. profile file to limit the maximum descriptor for ordinary users.

Increase Linux limits on maximum number of processes and maximum open file descriptors

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.