1
0
Fork 0

Free up memory before disabling gc.

pull/3490/head
Yagiz Nizipli 2014-12-02 16:02:20 +02:00
parent c0e6656429
commit bf210a340b
1 changed files with 1 additions and 0 deletions

View File

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