Kaynağa Gözat

Free up memory before disabling gc.

Yagiz Nizipli 10 yıl önce
ebeveyn
işleme
bf210a340b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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) {