Skip to content

Commit 9e9b463

Browse files
authored
v15.1.0.md: fix wrong syntax highlighting (#3695)
1 parent 8a54f53 commit 9e9b463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/blog/release/v15.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ When generating snapshots, garbage collection may be triggered and bring the hea
104104

105105
Generating V8 snapshots takes time and memory (both memory managed by the V8 heap and native memory outside the V8 heap). The bigger the heap is, the more resources it needs. Node.js will adjust the V8 heap to accommondate the additional V8 heap memory overhead, and try its best to avoid using up all the memory avialable to the process.
106106

107-
```console
107+
```shell-session
108108
$ node --max-old-space-size=100 --heapsnapshot-near-heap-limit=3 index.js
109109
Wrote snapshot to Heap.20200430.100036.49580.0.001.heapsnapshot
110110
Wrote snapshot to Heap.20200430.100037.49580.0.002.heapsnapshot

0 commit comments

Comments
 (0)