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

MemorySizeConfiguration

import type { MemorySizeConfiguration } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";

The memory size configurations of a container.

interface MemorySizeConfiguration {
memory?: number | null;
memoryReservation?: number | null;
}

§Properties

§
memory?: number | null
[src]

The amount of memory in the container.

§
memoryReservation?: number | null
[src]

The limit of memory reserve for the container.