diff --git a/docs/api/structures/memory-info.md b/docs/api/structures/memory-info.md index f6b9d17aaa19..fe0b7d4d7efc 100644 --- a/docs/api/structures/memory-info.md +++ b/docs/api/structures/memory-info.md @@ -3,7 +3,7 @@ * `pid` Integer - Process id of the process. * `workingSetSize` Integer - The amount of memory currently pinned to actual physical RAM. * `peakWorkingSetSize` Integer - The maximum amount of memory that has ever been pinned - to actual physical RAM. + to actual physical RAM. On macOS its value will always be 0. * `privateBytes` Integer - The amount of memory not shared by other processes, such as JS heap or HTML content. * `sharedBytes` Integer - The amount of memory shared between processes, typically