添加 'NodeJS/yarn编译内存限制.md'
This commit is contained in:
parent
d96fbf9ed0
commit
046a6af5bc
1 changed files with 4 additions and 0 deletions
4
NodeJS/yarn编译内存限制.md
Normal file
4
NodeJS/yarn编译内存限制.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
```bash
|
||||||
|
# 限制到300M
|
||||||
|
NODE_OPTIONS=--max_old_space_size=300 yarn build
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue