cpu() Apple Silicon M1 mem

This commit is contained in:
Sebastian Hildebrandt 2020-12-17 23:09:14 +01:00
parent afc2002145
commit 58ee86a7a9

View File

@ -428,7 +428,7 @@ function memLayout(callback) {
const type = util.getValue(lines, ' Type:'); const type = util.getValue(lines, ' Type:');
if (size && type) { if (size && type) {
result.push({ result.push({
size, size: size * 1024 * 1024 * 1024,
bank: 0, bank: 0,
type, type,
clockSpeed: 0, clockSpeed: 0,