Parcourir la source

Free up memory before disabling gc.

Yagiz Nizipli il y a 10 ans
Parent
commit
bf210a340b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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) {