Skip to main content
totalmem - os - Node documentation
function totalmem

Usage in Deno

import { totalmem } from "node:os";
totalmem(): number

Returns the total amount of system memory in bytes as an integer.

Return Type

number