Don't show total rss twice

This commit is contained in:
Carsten Grohmann 2020-02-03 06:15:12 +01:00
parent 2bbc235852
commit be2fc6954e

View File

@ -311,12 +311,6 @@ function goBack() {
<td class="killed_proc_total_vm_kb"></td> <td class="killed_proc_total_vm_kb"></td>
<td>Virtual memory used by this process.</td> <td>Virtual memory used by this process.</td>
</tr> </tr>
<tr>
<td>Resident anonymous memory <br> (rss)</td>
<td class="killed_proc_rss_kb"></td>
<td>Part of the virtual process memory mapped into RAM.</td>
</tr>
<tr> <tr>
<td>Total resident anonymous memory <br> (rss)</td> <td>Total resident anonymous memory <br> (rss)</td>
<td class="killed_proc_total_rss_kb"></td> <td class="killed_proc_total_rss_kb"></td>