Skip to content
Snippets Groups Projects

Mention ram limits

Merged dakkar requested to merge mention-ram-limits into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,7 @@ There are 2 problems here:
appreciated)
To tell `nodejs` to allocate up to (for example) 8GiB (8192MiB), you
can set the environmnt variable `NODE_OPTIONS`:
can set the environment variable `NODE_OPTIONS`:
```bash
export NODE_OPTIONS='--max-old-space-size=8192'
Loading