From 58ee86a7a921f405396e8a2b5aa8a4fb8a4d2696 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 17 Dec 2020 23:09:14 +0100 Subject: [PATCH] cpu() Apple Silicon M1 mem --- lib/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/memory.js b/lib/memory.js index 13f18d0..c5469e6 100644 --- a/lib/memory.js +++ b/lib/memory.js @@ -428,7 +428,7 @@ function memLayout(callback) { const type = util.getValue(lines, ' Type:'); if (size && type) { result.push({ - size, + size: size * 1024 * 1024 * 1024, bank: 0, type, clockSpeed: 0,