cpu() Apple Silicon M1 mem
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user