免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3446 | 回复: 6
打印 上一主题 下一主题

[proxy] 关于squid打开文件的最大数的问题,谁来帮忙解答下 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-09-20 09:49 |只看该作者 |倒序浏览
执行完ulimit -HSn 8192,然后执行/usr/local/squid/sbin/squid 启动squid。
这时候我用ulimit -n,显示的是8192。
然后我退出再登陆的时候ulimit -n显示的就变回1024了
那现在squid进程能开启的最大文件数是8192呢还是1024?

论坛徽章:
0
2 [报告]
发表于 2010-09-20 10:09 |只看该作者
自己顶一下,谁帮忙解答下?

论坛徽章:
0
3 [报告]
发表于 2010-09-20 11:32 |只看该作者
ulimit是shell的命令,其目的是 Modify shell resource limits.因此,其生存周期为执行ulimit的shell内。

参考help ulimit的说明:

ulimit: ulimit [-SHacdefilmnpqrstuvx] [limit]
    Modify shell resource limits.
   
    Provides control over the resources available to the shell and processes
    it creates, on systems that allow such control.
   
    Options:
      -S        use the `soft' resource limit
      -H        use the `hard' resource limit
      -a        all current limits are reported
      -b        the socket buffer size
      -c        the maximum size of core files created
      -d        the maximum size of a process's data segment
      -e        the maximum scheduling priority (`nice')
      -f        the maximum size of files written by the shell and its children
      -i        the maximum number of pending signals
      -l        the maximum size a process may lock into memory
      -m        the maximum resident set size
      -n        the maximum number of open file descriptors
      -p        the pipe buffer size
      -q        the maximum number of bytes in POSIX message queues
      -r        the maximum real-time scheduling priority
      -s        the maximum stack size
      -t        the maximum amount of cpu time in seconds
      -u        the maximum number of user processes
      -v        the size of virtual memory
      -x        the maximum number of file locks
   
    If LIMIT is given, it is the new value of the specified resource; the
    special LIMIT values `soft', `hard', and `unlimited' stand for the
    current soft limit, the current hard limit, and no limit, respectively.
    Otherwise, the current value of the specified resource is printed.  If
    no option is given, then -f is assumed.
   
    Values are in 1024-byte increments, except for -t, which is in seconds,
    -p, which is in increments of 512 bytes, and -u, which is an unscaled
    number of processes.
   
    Exit Status:
    Returns success unless an invalid option is supplied or an error occurs.

论坛徽章:
0
4 [报告]
发表于 2010-09-20 18:08 |只看该作者
squid开启的最大连接数可以在cache.log里面的启动日志中看到

论坛徽章:
9
2015亚冠之阿尔纳斯尔
日期:2015-09-10 16:21:162015亚冠之塔什干火车头
日期:2015-07-01 16:23:022015年亚洲杯之巴勒斯坦
日期:2015-04-20 17:19:46子鼠
日期:2014-11-13 09:51:26未羊
日期:2014-08-28 18:13:36技术图书徽章
日期:2014-02-21 09:30:15酉鸡
日期:2014-01-14 11:12:49天蝎座
日期:2013-12-09 17:56:53平安夜徽章
日期:2015-12-26 00:06:30
5 [报告]
发表于 2010-09-21 13:58 |只看该作者
修改/etc/security/limits.conf比较好
加一行
* - nofile 8192        <---------打开的文件最大数

论坛徽章:
0
6 [报告]
发表于 2010-09-25 22:52 |只看该作者
执行完ulimit -HSn 8192,然后执行/usr/local/squid/sbin/squid 启动squid。
这时候我用ulimit -n,显示的 ...
mxl913721 发表于 2010-09-20 09:49



    观察cache.log
除了shell里ulimit外,编译时还要设置下max-fd。

论坛徽章:
0
7 [报告]
发表于 2010-10-13 09:35 |只看该作者
修改描述符

通过修改limits.conf文件
编辑vi /etc/security/limits.conf 文件,在最后加入如下两行

* soft    nofile  8196
* hard    nofile  8196

这个是终极解决方法!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP