Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove trailing whitespace
  • Loading branch information
tstirrat15 authored Jul 19, 2019
commit 7e008faa61c005dfae58010f349d55e627eaa171
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ when the specified signal is received.

```console
$ node --heapsnapshot-signal=SIGUSR2 index.js &
$ ps aux
$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
node 1 5.5 6.1 787252 247004 ? Ssl 16:43 0:02 node --heapsnapshot-signal=SIGUSR2 index.js
$ kill -USR2 1
Expand Down