From a83e2d079405194879c15f5d3dfe1c711e773b72 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Tue, 16 Oct 2018 19:57:29 +0200 Subject: [PATCH] Fix typo in power of two statement --- OOMAnalyser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 70e8e12..e4e1153 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -184,7 +184,7 @@ function goBack() { Requested memory
(order) - (2^) pages / + (2) pages / The kernel specifies the requested number of pages as exponent of power of two.