mirror of
https://github.com/lyz05/danmaku.git
synced 2026-04-26 11:51:44 +08:00
fix: 限制旧内存部分的最大内存大小为200M,增加测试用例
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node --max-old-space-size=128 ./bin/www",
|
||||
"dev": "nodemon --max-old-space-size=128 ./bin/www",
|
||||
"start": "node --max-old-space-size=200 ./bin/www",
|
||||
"dev": "nodemon --max-old-space-size=200 ./bin/www",
|
||||
"test": "nyc -a mocha --recursive"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user