We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f165d32 commit 297dc16Copy full SHA for 297dc16
src/Monitoring/Printers/SingleQueuePrinter.php
@@ -32,7 +32,6 @@ public function __construct( PreparesOutputForCli $cliWriter, IdentifiesQueue $q
32
33
public function getOutput( ProvidesServerMonitoringInfo $serverMonitoringInfo ) : string
34
{
35
- $memoryUsage = memory_get_peak_usage( true );
36
$this->getCliWriter()->clearScreen(
37
sprintf(
38
'QUEUE-MONITOR | Memory: %s (current) / %s (peak)',
0 commit comments