添加 'NodeJS/yarn编译内存限制.md'

This commit is contained in:
iProbe 2023-02-27 10:25:48 +08:00
parent d96fbf9ed0
commit 046a6af5bc

View file

@ -0,0 +1,4 @@
```bash
# 限制到300M
NODE_OPTIONS=--max_old_space_size=300 yarn build
```