Don't show total rss twice
This commit is contained in:
parent
2bbc235852
commit
be2fc6954e
@ -311,12 +311,6 @@ function goBack() {
|
||||
<td class="killed_proc_total_vm_kb"></td>
|
||||
<td>Virtual memory used by this process.</td>
|
||||
</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>
|
||||
<td>Total resident anonymous memory <br> (rss)</td>
|
||||
<td class="killed_proc_total_rss_kb"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user