From ec4077e083e990b73b7b2bde0b6b974e48ee12ef Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 12 Feb 2023 20:10:47 +0100 Subject: [PATCH] Show memory zone of requested memory --- OOMAnalyser.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 6d416eb..e09a60a 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -366,7 +366,8 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { The process "" (PID ) requested - () memory. + () memory + from the memory zone.

@@ -452,6 +453,12 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { The kernel specifies the requested number of pages as exponent of power of two. + + Requested memory
(zone) + + Memory zone from which the requested storage chunk should come from. + + Adjust oom-killer score
(oom_score_adj)