错误508-达到资源限制(php + mysql + jquery)站点 [英] Error 508 - Resource Limit Is Reached (php+mysql+jquery) site

查看:678
本文介绍了错误508-达到资源限制(php + mysql + jquery)站点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有508个错误的多种原因,例如;

There are several causes for 508 errors, such as;

  • 网站流量激增-如果您的网站的入站或出站流量高峰很高,则可能超过分配的资源.如果这是经常发生的情况,我们建议您考虑升级到虚拟专用服务器,而该虚拟专用服务器没有适当的限制

  • Website traffic spikes - If your site experiences high peaks in inbound or outbound traffic it can exceed allocated resources. If this is a regular occurrence we would recommend considering an upgrade to a Virtual Dedicated Server, where no such limits are in place

代码中的问题.如果您网站上的页面存在速度问题,则入站流量或并发页面请求的增加可能会使网站超出其资源限制

Problems in code. If there are pages on your site that have speed issues, an increase in inbound traffic or concurrent page requests can push the site over its resource limits

后端操作-苛刻的后端操作(例如进出口)会产生很大的负载,除了正常的流量外,还会导致超出资源限制.

Backend operations - demanding backend operations such as imports and exports can create significant load, which in addition to normal traffic can cause resource limits to be exceeded.

Web爬网程序每秒发出大量请求.您可以调整汇率,例如Google在Google网站站长工具中请求页面.

Webcrawlers making a high number of requests per second. You can adjust the rate at which e.g. Google requests pages in Google Webmaster Tools.

还有其他问题可能发生吗,请告诉我们.谢谢

Is there any other problem may occur this, please tell us. Thanks

推荐答案

508错误:达到资源限制

这意味着您的网站达到了托管帐户的虚拟资源限制中的一项或多项:CPU使用率,RAM使用率,I/O使用率或进入流程.

It means that your website is hitting one or more of the hosting account’s virtual resource limits: CPU Usage, RAM Usage, I/O usage or Entry Processes.

为什么会出现508错误?

当帐户超出分配的资源限制(CPU,RAM使用率和/或cPanel帐户下运行的并发进程数)时,将出现错误消息.您可以通过登录cPanel-> 资源使用情况<来检查帐户的资源使用情况图标或使用 SSH 命令顶部-c实时显示.如果错误经常出现,则需要优化脚本或将帐户升级到具有更高服务器资源限制的计划.

The error message appears when the account is exceeding the allocated resources limit (CPU, RAM usage and/or the number of concurrent processes running under your cPanel account). You can check the resource usage of your account by logging into cPanel -> Resources Usage icon or in real time using SSH command top -c. If the error appears too often, optimization of scripts or account upgrade to the plan with higher server resource limits will be required.

我给您一些解决方法,可能有助于解决508错误.

I give you some solution points which may help to solve 508 error.

1)启用

1) Enable CloudFlare within cPanel to lower the load of your scripts on server and level of required resources.

2)如果这是一个永久性问题,并且上述建议没有帮助,则建议考虑将托管计划升级到服务器资源限制更高的软件包.

2) If it is a permanent issue and the above suggestions did not help, then it is recommended to consider upgrading your hosting plan to the package with higher server resource limits.

您还可以检查网站的文档根目录中是否有任何 error_log 文件,如果找到了 error_log 文件,则应查看最近的条目并进行修复报告的任何错误.通过 PHPMyAdmin 优化数据库表(如果您的任何站点是 MySQL 驱动的)也是使事情平稳运行的好方法.

You can also check the document root of your websites for any error_log files, if you find an error_log file, you should take a look at the recent entries and fix any errors that are reported. Optimizing your database tables (if any of your sites are MySQL driven) via PHPMyAdmin is also a good way to keep things running smoothly.

让我知道是否有任何疑问.

Let me know if there is any query from this.

希望这对您有帮助..

这篇关于错误508-达到资源限制(php + mysql + jquery)站点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆