【发布时间】:2018-12-23 16:56:06
【问题描述】:
在安装 Ratchet 软件包时,我最终得到了我们的内存错误。
当安装了很多包时,这显然会成为一个问题,但是我的项目中只安装了几个库(如 jquery、bootstrap 和 jqueryui)。
我也看不懂之前的消息(VirtualFree(): Attempt to access invalid address. and others from this kind)。
我对作曲家和 symfony 的基本知识有点陌生,所以我不明白可能是什么问题。
这是我的错误(这是第一次尝试安装,项目版本是Symfony 3.4.14 (kernel: app, env: dev, debug: true)):
Using version ^0.4.1 for cboden/ratchet
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
VirtualAlloc() failed: [0x00000008] Not enough memory resources are available to process this command.
VirtualFree() failed: [0x000001e7] Attempt to access invalid address.
VirtualAlloc() failed: [0x00000008] Not enough memory resources are available to process this command.
VirtualFree() failed: [0x000001e7] Attempt to access invalid address.
PHP Fatal error: Out of memory (allocated 975175680) (tried to allocate 4096 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
Fatal error: Out of memory (allocated 975175680) (tried to allocate 4096 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
【问题讨论】:
标签: php symfony composer-php ratchet