Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

为什么我discuz数据库连接会非常多,怎么加大数值?

[复制链接]
zldaring 发表于 2006-3-24 09:33:02 | 显示全部楼层 |阅读模式
请问你们的discuz流量有多大,mysql和apach的连接数设置的多少?
Nanu 发表于 2006-3-24 11:32:33 | 显示全部楼层
Apache:
httpd.conf
=======
<IfModule prefork.c>
       StartServers         5
       MinSpareServers      5
       MaxSpareServers     10
       ServerLimit          1024
       MaxClients          800
       MaxRequestsPerChild  0
    </IfModule>

MySQL
====
my.cnf (ini)

max_connections = 512
回复

使用道具 举报

domin 发表于 2006-3-25 03:16:51 | 显示全部楼层
论坛的话我认为MaxRequestsPerChild应该设定一个小值
回复

使用道具 举报

cqfanli 发表于 2006-3-25 08:47:29 | 显示全部楼层
在my.cnf里面限制连接时间,自动断开.
回复

使用道具 举报

桃源 发表于 2006-4-2 11:25:32 | 显示全部楼层
一般几百个差不多 
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-12-27 17:48 , Processed in 0.023589 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表