« BT 杀手 - ipp2p | Main | apache httpd mod_proxy 效率不高的代理模块 »
April 3, 2005
减少IO吃内存打造无盘squid
|
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 http://windtear.net/archives/2005/04/03/000618.html http://windtear.net/archives/2005/04/03/000618.html --enable-storeio 加上 null 然后 cache_dir 设置为 null 后面跟一个目录 不要硬盘的话 磁盘IO减少 CPU 占用会大副降低 效率提高 很不错 V2.5 的话不要log cache_access_log none 而 2.4 是 /dev/null store log 都是 none cache_log 不想要都设 /dev/null 不过 logfile_rotate 一定要设成0 就是防止把 /dev/null 当普通文件搞了 |
Posted by windtear at April 3, 2005 7:00 PM
Trackback Pings
TrackBack URL for this entry:
http://cgi.windtear.net/cgi-bin/wt-tb.cgi/618
Comments
Post a comment
【我爱网络】
2007-12-31 23:51 2007年度 ipcn.org/ipchina.org 总结报告
2007-12-31 00:31 vmware gsx server service
2007-12-31 00:15 squid 对 404 302 缓存的相关问题
2007-12-30 14:24 升级到 MovableType 3.3x 并修改 entry_basename 兼容性
2007-12-30 13:52 [php] realip judge 前面补0的ip格式剔除
2007-12-14 16:34 rm -rf * 系统管理员要排查的定时炸弹
2007-12-13 19:03 山西的宽带运营商太过分了 私自窜改dns解析
2007-12-13 16:35 F5 MIB 再学习 唯一性标记用地址的小bug
2007-12-11 22:15 perl 用Spreadsheet::WriteExcel写了个处理/读写excel的小程序
2007-12-11 13:39 perl 变量转义的问题