【发布时间】:2013-02-06 18:05:49
【问题描述】:
我在具有 4 Gb ram 和 2 * Pentium(R) Dual-Core CPU E5400 @ 2.70GHz 的 DS 上运行 Magento
我已将 php 内存限制从 64M 调整到 1GB,但在管理区域示例中不断出现内存错误
`Fatal error: Out of memory (allocated 48496640) (tried to allocate 189475 bytes)
in /home/accountname/public_html/shoponline/magento/app/code/core/Mage/Core/Block/Abstract.php on line 888`
所以它只分配了 46M 有问题(如果我有这个权利..?)
这条线变了……
该网站仍在测试中,所以它没有任何繁忙的流量,所以我很困惑可能是什么问题......
我正在使用 APC 和内存缓存
任何一般性的想法都会有所帮助
【问题讨论】:
标签: php magento memory-leaks dedicated-server