Skip to main content
interface Deno.SystemMemoryInfo
Unstable

Properties

total: number

Total installed memory

free: number

Unused memory

available: number

Estimation of how much memory is available for starting new applications, without swapping. Unlike the data provided by the cache or free fields, this field takes into account page cache and also that not all reclaimable memory slabs will be reclaimed due to items being in use

buffers: number

Memory used by kernel buffers

cached: number

Memory used by the page cache and slabs

swapTotal: number

Total swap memory

swapFree: number

Unused swap memory