Rearrange OMM summary

This commit is contained in:
Carsten Grohmann 2021-03-12 20:34:15 +01:00
parent 98c99fa57f
commit f8f1b0358e

View File

@ -260,16 +260,16 @@ function read_and_display_file(file) {
<h3>Summary</h3> <h3>Summary</h3>
<div id="explanation"> <div id="explanation">
<p>
The process &quot;<span class="trigger_proc_name"></span>&quot; (PID <span class="trigger_proc_pid"></span>)
requested <span class="trigger_proc_requested_memory_pages_kb"></span>
(<span class="trigger_proc_requested_memory_pages"></span>) memory.
</p>
<p> <p>
The system couldn't satisfy this request and started the OOM killer to free memory. The OOM killer The system couldn't satisfy this request and started the OOM killer to free memory. The OOM killer
calculates a score for each process and terminates the process with the highest score to satisfy the calculates a score for each process and terminates the process with the highest score to satisfy the
initial memory request. initial memory request.
</p> </p>
<p>
The process &quot;<span class="trigger_proc_name"></span>&quot; (PID <span class="trigger_proc_pid"></span>)
requested <span class="trigger_proc_requested_memory_pages_kb"></span>
(<span class="trigger_proc_requested_memory_pages"></span>) memory.
</p>
<p> <p>
The process &quot;<span class="killed_proc_name"></span>&quot; The process &quot;<span class="killed_proc_name"></span>&quot;
(PID <span class="killed_proc_pid"></span>) with an OOM score of <span class="killed_proc_score"></span> (PID <span class="killed_proc_pid"></span>) with an OOM score of <span class="killed_proc_score"></span>