Skip to main content
MemoryUsage.rss - process - Node documentation
property MemoryUsage.rss

Usage in Deno

import { type MemoryUsage } from "node:process";

Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the process, including all C++ and JavaScript objects and code.

Type

number