interface Deno.MemoryUsage
Properties Jump to heading
Jump to headingrss: number
The number of bytes of the current Deno's process resident set size, which is the amount of memory occupied in main memory (RAM).
Jump to headingheapTotal: number
The total size of the heap for V8, in bytes.
Jump to headingheapUsed: number
The amount of the heap used for V8, in bytes.
Jump to headingexternal: number
Memory, in bytes, associated with JavaScript objects outside of the JavaScript isolate.