当我在xampp上打开localhost / magento /时,magento内存错误

时间:2018-02-04 19:06:35

标签: memory runtime-error magento2

致命错误:第38行的C:\ xampp \ htdocs \ magento \ vendor \ magento \ framework \ ObjectManager \ Relations \ Runtime.php中允许的内存大小为792723456字节(尝试分配1764582776字节)

1 个答案:

答案 0 :(得分:0)

致命错误:第38行的C:\xampp\htdocs\magento\vendor\magento\framework\ObjectManager\Relations\Runtime.php中允许的内存大小为792723456字节(试图分配1764582776字节)

请检查您的php.ini设置和内存限制。请增加执行时间和内存限制。

另外请在magento

的根目录下的index.php文件中添加内存限制
ini_set('memory_limit','-1');