PHP.ini问题
我在基于 PHP 的安装中遇到此错误:
致命错误:允许的内存大小为 8388608 字节已耗尽(尝试 分配98304字节) D:\vertrigo\VertrigoServ\www\dos\ana\libraries\test\domain\query\query.php 上线804
我将 php.ini memory_limit
从 8MB
更改为 12MB
,但是我仍然收到错误。
问题是什么?
I have this error in a PHP based installation:
Fatal error: Allowed memory size of
8388608 bytes exhausted (tried to
allocate 98304 bytes) in
D:\vertrigo\VertrigoServ\www\dos\ana\libraries\test\domain\query\query.php
on line 804
I changed my php.ini memory_limit
from 8MB
to 12MB
, however I am still receiving the error.
What is the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
8 兆字节听起来相当低。例如,即使没有插件,WordPress 也会因任何低于 12 MB 的内容而卡住,而在 16 MB 或以上的情况下则可以顺利运行。
因此,我将大胆猜测您的社交引擎只是需要更多内存才能运行。例如,请参阅有关如何提高内存限制的答案: Increase PHP Memory limit (Apache, Drupal6)
8 Megabytes sounds pretty low. WordPress for example will choke on anything under 12 MB even without plugins, and run smoothly with 16 MB or more.
I'm therefore going to boldly guess that your social engine simply needs more memory to run. See for example this answer on how to raise the memory limit: Increase PHP Memory limit (Apache, Drupal6)