Reset memory

This commit is contained in:
Juan Pablo Vial
2025-07-12 10:33:50 -04:00
parent e037c86e6f
commit 5ab94e7b2d

View File

@ -37,6 +37,8 @@ class BaseLoop extends Console\Command\Command
foreach ($commands as $command) {
$this->runCommand($input, $output, $command);
}
unset($commands);
memory_reset_peak_usage();
$this->waitNextTimeout($output, $start);
}
return self::SUCCESS;