Skip to content

ElectronMemoryInfo

Unofficial

Memory usage statistics for a process.

Import:

import type { ElectronMemoryInfo } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronMemoryInfo

Properties

PropertyTypeDescription
peakWorkingSetSizenumberThe maximum amount of memory that has ever been pinned to actual physical RAM.
privateBytes?numberThe amount of memory not shared by other processes, such as JS heap or HTML content. Windows only.
workingSetSizenumberThe amount of memory currently pinned to actual physical RAM.

Links to this page: