Deno.MemoryUsage.rss - Deno documentation
property Deno.MemoryUsage.rss

The number of bytes of the current Deno's process resident set size, which is the amount of memory occupied in main memory (RAM).

Type

number