【发布时间】:2021-01-24 03:50:27
【问题描述】:
在“composer require drupal/module-name”时出现此错误。 我想在我的 drupal 站点上安装一个模块,但它总是返回这个错误。
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.
Fatal error: Out of memory (allocated 1711276032) (tried to allocate 4096 bytes) in
phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/Solver.php on
line 223
【问题讨论】:
-
这能回答你的问题吗? Composer Update failed -- out of memory
标签: drupal composer-php drupal-8 drupal-modules