Deno.SystemMemoryInfo
interface SystemMemoryInfo {
available: number;
buffers: number;
cached: number;
free: number;
swapFree: number;
swapTotal: number;
total: number;
}§Properties
§
available: number
[src]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