Skip to content

Commit

Permalink
Update docs/api/process.md
Browse files Browse the repository at this point in the history
Co-Authored-By: nitsakh <nitsakh@icloud.com>
  • Loading branch information
nornagon and nitsakh committed Nov 20, 2018
1 parent ce1c347 commit bfce76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/process.md
Expand Up @@ -172,7 +172,7 @@ Returns an object giving memory usage statistics about the current process. Note
that all statistics are reported in Kilobytes.
This api should be called after app ready.

Chromium does not provide `residentSet` value for macos. This is because macos
Chromium does not provide `residentSet` value for macOS. This is because macOS
performs in-memory compression of pages that haven't been recently used. As a
result the resident set size value is not what one would expect. `private` memory
is more representative of the actual pre-compression memory usage of the process
Expand Down

0 comments on commit bfce76a

Please sign in to comment.