echo "fs.file-max = 1048576" | tee -a /etc/sysctl.conf
echo "fs.nr_open = 1048576" | tee -a /etc/sysctl.conf
sysctl -p
echo "root soft nofile 1048576" | tee -a /etc/security/limits.conf
echo "root hard nofile 1048576" | tee -a /etc/security/limits.conf
echo "ulimit -n 1048576" | tee -a ~/.bashrc
我正在进行显卡驱动的开发,在360浏览器里遇到了fd数量限制问题。
请问ubuntu下360浏览器有没有提供什么配置文件,可以修改360浏览器进程打开的文件描述符的限制?谢谢~
|
|
|
|
评论
直达楼层