Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MemoryInfo

import type { MemoryInfo } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface MemoryInfo {
memoryCapInKibibyte?: bigint;
memoryTotalInKibibyte?: bigint;
}

§Properties

§
memoryCapInKibibyte?: bigint
[src]

Maximum memory that can be allocated to the process in KiB

§
memoryTotalInKibibyte?: bigint
[src]

Total memory available on the device in KiB