Ubuntu修改open files数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu修改open files数相关的知识,希望对你有一定的参考价值。

Ubuntu修改open files数


需4步:


1、# vi /etc/security/limits.conf  (最后新加)


*                -        nofile          204800


:wq


2、# vi /etc/pam.d/su


 session    required   pam_limits.so  (默认是注释掉的)


:wq


3、# vi /etc/profile


ulimit -SHn 204800


:wq


4、重启服务器


验证:


ulimit -a


本文出自 “linux” 博客,请务必保留此出处http://yangzhiming.blog.51cto.com/4849999/1855847

以上是关于Ubuntu修改open files数的主要内容,如果未能解决你的问题,请参考以下文章

解决ubuntu系统mysql open_files_limit配置不生效问题

open-file-description 表不像 Tanenbaum 在 Ubuntu 中描述的那样?

ubuntu下 too many file open 异常

ubuntu下mysql提示Changed limits: max_open_files:1024解决办法

请问ubuntu下面,当前目录中,查找包含相应内容的文件的命令,如在open目录中查找带有“hello”的文件

Ubuntu22.04,AOSP编译报错: libncurses.so.5: cannot open shared object file: No such file