MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / memoryTotal

Function memoryTotal

lib/models/hardware-info.js:308–310  ·  view source on GitHub ↗

* Determines the total amount of memory available to the host, as from * `os.totalmem`. * * @private * @method memoryTotal * @return {Number} The total memory in bytes.

()

Source from the content-addressed store, hash-verified

306 * @return {Number} The total memory in bytes.
307 */
308 memoryTotal() {
309 return os.totalmem();
310 },
311
312 /**
313 * Determines the amount of memory currently being used by the current Node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…