<?php memory_get_usage(bool $real_usage = false): int
<?php if ($this->enabled) { $this->output->writeln(sprintf( ' <fg=gray>Memory:</> <fg=default>%s MB</>', round(memory_get_usage(true) / 1000 ** 2, 3) )); }