Commit 4f80a489 by Johannes Edmeier

Remomve misleading (-Xmx) label

The value from max memory isn't necessarily the -Xmx parameter, therefore we remove the label fixes #413
parent 04e84ddd
......@@ -14,11 +14,11 @@
</td>
</tr>
<tr>
<td>Initial Heap (-Xms)</td>
<td>Initial Heap</td>
<td>{{$ctrl.heap.init | humanBytes:$ctrl.heap.unit }}</td>
</tr>
<tr>
<td>Maximum Heap (-Xmx)</td>
<td>Maximum Heap</td>
<td>{{$ctrl.heap.max | humanBytes:$ctrl.heap.unit }}</td>
</tr>
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment