Add newlines before lists

This commit is contained in:
Kevin Sawicki 2016-10-25 12:35:18 +09:00
parent 775328d5d5
commit 65e6da2673
7 changed files with 9 additions and 0 deletions

View file

@ -84,6 +84,7 @@ limit, whichever is lower for the current process.
### `process.getProcessMemoryInfo()`
Returns `Object`:
* `workingSetSize` Integer - The amount of memory currently pinned to actual physical
RAM.
* `peakWorkingSetSize` Integer - The maximum amount of memory that has ever been pinned
@ -99,6 +100,7 @@ that all statistics are reported in Kilobytes.
### `process.getSystemMemoryInfo()`
Returns `Object`:
* `total` Integer - The total amount of physical memory in Kilobytes available to the
system.
* `free` Integer - The total amount of memory not being used by applications or disk