Skip to content

Commit 773b03f

Browse files
author
thom
committed
Show memory usage only in MB's (#3651)
1 parent 008c561 commit 773b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/tools_monitor.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function showMemUsage () {
187187
$memory = number_format($value / 1048576);
188188
$html .= '<tr>
189189
<td>' . $key . ':</td>
190-
<td>' . $memory . 'MB (' . $value . ')</td>
190+
<td>' . $memory . ' MB</td>
191191
</tr>';
192192
}
193193
}

0 commit comments

Comments
 (0)