原帖由 alect 于 2011-3-11 14:07 发表
Maximum PHP script run time 600 seconds
Maximum memory allocation 256M
Maximum HTTP POST size 100M
Maximum file upload size 50M
Maximum execution t ...
原帖由 yculer 于 2011-3-11 14:36 发表
你是用的apache的prefork模式吧,maxspareserver开太大了,内存会很快耗尽。你这点资源用以下配置比较保险:
StartServers 10
MinSpareServers 10
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 1000
MaxKeepAliveRequests 100
原帖由 yculer 于 2011-3-11 14:36 发表
你是用的apache的prefork模式吧,maxspareserver开太大了,内存会很快耗尽。你这点资源用以下配置比较保险:
StartServers 10
MinSpareServers 10
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 1000
MaxKeepAliveRequests 100

| 欢迎光临 全球主机交流论坛 (https://sunk.eu.org/) | Powered by Discuz! X3.4 |