diff --git a/src/Plugins/Memory.php b/src/Plugins/Memory.php index 11d67d7e..ffc705a4 100644 --- a/src/Plugins/Memory.php +++ b/src/Plugins/Memory.php @@ -46,7 +46,7 @@ final class Memory implements AddsOutput, HandlesArguments { if ($this->enabled) { $this->output->writeln(sprintf( - ' Memory: %s MB', + ' Memory: %s MB', round(memory_get_usage(true) / pow(1000, 2), 3) )); }