You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ When running in a low memory environment, the following flags are advised:
45
45
These might impact performance though.
46
46
47
47
# Options
48
-
* heapdumpOnOOM - boolean wether to create a heapdump when an out of memory occurs. Default true.
48
+
* heapdumpOnOOM - boolean whether to create a heapdump when an out of memory occurs. Default true.
49
49
* threshold - integer between 0 and 100 (%) which determines when to make the heapdump. When the used heapSize exceeds the threshold, a heapdump is made.
50
50
* path - the path where the heapdump ends up when an out of memory error occurs.
51
51
* port - optionally, the alternative DevTools protocol port. Defauls to 9229. Should map on the port given to the --inspect arg.
0 commit comments