Skip to content

ElectronMemoryInfo

Unofficial

Memory usage statistics for a process.

Import:

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

Signature:

export interface ElectronMemoryInfo

Properties

Property Type Description
peakWorkingSetSize number The maximum amount of memory that has ever been pinned to actual physical RAM.
privateBytes? number The amount of memory not shared by other processes, such as JS heap or HTML content. Windows only.
workingSetSize number The amount of memory currently pinned to actual physical RAM.

Links to this page: