Commit 6203e62a 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 d8d478fd
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Initial Heap (-Xms)</td> <td>Initial Heap</td>
<td>{{$ctrl.heap.init | humanBytes:$ctrl.heap.unit }}</td> <td>{{$ctrl.heap.init | humanBytes:$ctrl.heap.unit }}</td>
</tr> </tr>
<tr> <tr>
<td>Maximum Heap (-Xmx)</td> <td>Maximum Heap</td>
<td>{{$ctrl.heap.max | humanBytes:$ctrl.heap.unit }}</td> <td>{{$ctrl.heap.max | humanBytes:$ctrl.heap.unit }}</td>
</tr> </tr>
<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