Questions tagged «memory»

14
Magento 2允许的内存耗尽错误编译代码
添加模块时出现错误。 请重新运行Magento编译命令 所以我在命令下运行,但在从根目录运行命令时也显示以下错误, php magento设置:di:compile Compilation was started. %message% 0/7 [>---------------------------] 0% 1 sec 37.0 MiB%message% 0/7 [> ---------------------------] 0% 1 sec 37.0 MiBProxies code generation... 0/7 [ >---------------------------] 0% 1 sec 37.0 MiB Proxies code generation... 1/7 [====>-----------------------] 14% 47 secs 43.5 MiB Repositories code generation... 1/7 [====>-----------------------] 14% …


1
Magento 2.x PHP memory_limit要求
我注意到Magento 2.1手册memory_limit=2G在中php.ini推荐了。那真是个疯狂的内存,不是每个HTTP请求都允许该内存吗?我怀疑是否有托管服务提供商为PHP脚本提供了如此多的内存,并且肯定会使Magento无法用于共享托管。 这可能是设置和迁移的费用吗?生产真的需要这个数量吗? 我还在文档中找到了: Set the PHP memory limit. Our detailed recommendations are: Compiling code or deploying static assets, 756M Installing and updating Magento components from Magento Marketplace, 2G Testing, 2G 它没有提及生产建议。建议生产什么?

3
运行setup:static-content:deploy时出现致命错误“允许的内存大小”
我正在尝试在WAMP服务器中设置Magento 2.0(社区),并且由于Windows环境中的符号链接问题而运行用于静态部署资产的命令时,我始终遇到以下错误: php bin/magento setup:static-content:deploy 致命错误:445行中的C:\ wamp \ www \ magento \ vendor \ oyejorge \ less.php \ lib \ Less \ Visitor \ processExtends.php中的134217728字节已用尽内存大小(尝试分配64字节) 我已经设置memory_limit为-1(无限制),但是没有任何更改。我不知道在这种情况下还要做什么,因为问题超出了我的PHP知识,并且将该值设置为无限制应该可以完成工作,除非我需要安装其他东西才能使此工作正常。有什么建议吗?任何解决方法?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.