Skip to main content
Process.availableMemory - process - Node documentation
method Process.availableMemory
Unstable

Usage in Deno

import { type Process } from "node:process";
Process.availableMemory(): number

Gets the amount of free memory that is still available to the process (in bytes). See uv_get_available_memory for more information.

Return Type

number