diff --git a/OOMAnalyser.html b/OOMAnalyser.html
index 544186c..eddfefb 100644
--- a/OOMAnalyser.html
+++ b/OOMAnalyser.html
@@ -162,18 +162,18 @@ function goBack() {
|
(PID ) |
- This process requests memory and is triggering thereby the OOM situation |
+ This process requests memory and is triggering thereby the OOM situation. |
Memory allocation flags (gfp_mask) |
|
These flags are used to control the kernel internal memory allocation
- GFP stands for __get_free_pages() |
+ GFP stands for __get_free_pages()
.
Node mask to show on which CPU Cores this process can run (nodemask) |
|
- Bit mask indicating the cores on which the process can run |
+ Bit mask indicating the cores on which the process can run. |
Requested memory (order) |
@@ -199,7 +199,7 @@ function goBack() {
|
(PID ) |
- Process killed by Linux kernel to satisfy the memory request |
+ Process killed by Linux kernel to satisfy the memory request. |
OOM Score (score) |
@@ -209,24 +209,24 @@ function goBack() {
Virtual Memory (total-vm) |
|
- Virtual memory used by this process |
+ Virtual memory used by this process. |
Resident anonymous memory (anon-rss) |
- Part of the virtual process memory mapped into RAM |
+ Part of the virtual process memory mapped into RAM. |
Resident file mapping memory (file-rss) |
Files which have been mapped into RAM (with
- mmap(2))
+ mmap(2).)
|
Resident shared memory (shmem-rss) |
- This may include System V shared memory and shared anonymous memory |
+ This may include System V shared memory and shared anonymous memory. |