Ver Fonte

Free up memory before disabling gc.

Yagiz Nizipli há 10 anos atrás
pai
commit
bf210a340b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/Composer/Installer.php

+ 1 - 0
src/Composer/Installer.php

@@ -160,6 +160,7 @@ class Installer
      */
     public function run()
     {
+        gc_collect_cycles();
         gc_disable();
 
         if ($this->dryRun) {