Skip to content

Commit f5a5d2f

Browse files
committed
512 -> 64
1 parent 24bcca2 commit f5a5d2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/site/pages/en/learn/diagnostics/memory/understanding-and-tuning-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ The `--max-semi-space-size` flag controls the size of the **New Space** in the V
9797
For example:
9898

9999
```bash
100-
node --max-semi-space-size=512 app.js
100+
node --max-semi-space-size=64 app.js
101101
```
102102

103-
This increases the New Space to 512 MB (compared to the default, which is typically much smaller). This adjustment can help in high-throughput applications where frequent garbage collection of short-lived objects is adding noticeable overhead.
103+
This increases the New Space to 64 MB (compared to the default, which is typically much smaller). This adjustment can help in high-throughput applications where frequent garbage collection of short-lived objects is adding noticeable overhead.
104104

105105
### `--gc-interval`
106106

0 commit comments

Comments
 (0)