知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

修改linux最大进程数

发布时间:2014-09-05 14:44:48作者:知识屋

修改linux最大进程数
 
  --查看进程数目
ulimit -a
#*               soft    core            0
#*               hard    rss             10000
#@student        hard    nproc           20
#@faculty        soft    nproc           20
#@faculty        hard    nproc           50
#ftp             hard    nproc           0
#@student        -       maxlogins       4
* - nofile 10240
*       soft    nproc   102400
*       hard    nproc   204800
# End of file
*          soft    nproc   102400
*          hard    nproc   204800
[root@dss-trans01 etc]#
--更改连接数
[root@dss-trans01 etc]# vi /etc/security/limit.conf
*          soft    nproc   1024
*          hard    nproc   2048
然后进行查询,已经更改
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜