diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 3eef03f..c6eb273 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -448,7 +448,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) { Resident file mapping pages
Files which have been mapped into RAM (with - mmap(2).) + mmap(2).) @@ -603,8 +603,8 @@ window.onerror = function (msg, url, lineNo, columnNo, error) { Unevictable Pages
(unevictable) Unevictable memory. It can't be swapped out because the pages are owned by ramfs or protected by - mlock(3) / - shmctl(SHM_LOCK). + mlock(3) / + shmctl(SHM_LOCK). Unevictable pages are managed by kernels LRU framework. @@ -636,7 +636,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) { [1]
Additional details are listed in - slabinfo(5) also. + slabinfo(5) also. @@ -652,7 +652,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) { Files which have been mapped into memory (with - mmap(2)), such as libraries. + mmap(2)), such as libraries. [1] @@ -661,7 +661,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) { Amount of memory consumed in - tmpfs(5) + tmpfs(5) filesystems. [1] @@ -847,7 +847,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {

Footnotes

    -
  1. +
  2. proc(5) - process information pseudo-filesystem (Go Back)