cpu() Apple Silicon M1 mem
This commit is contained in:
parent
afc2002145
commit
58ee86a7a9
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user