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:');
if (size && type) {
result.push({
size,
size: size * 1024 * 1024 * 1024,
bank: 0,
type,
clockSpeed: 0,