Skip to main content

rss

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).

number
Back to top