Docs/NodeJS/yarn编译内存限制.md

4 lines
No EOL
76 B
Markdown

```bash
# 限制到300M
NODE_OPTIONS=--max_old_space_size=300 yarn build
```