Add max-old-space-size constraint of 64MB

This commit is contained in:
benji7425 2017-11-11 01:32:42 +00:00
parent 607a3804bc
commit 90619bef9a
1 changed files with 27 additions and 27 deletions

View File

@ -1,28 +1,28 @@
{ {
"version": "3.0.1", "version": "3.0.1",
"main": "app/index.js", "main": "app/index.js",
"scripts": { "scripts": {
"postinstall": "cd ./discord-bot-core && npm install", "postinstall": "cd ./discord-bot-core && npm install",
"start": "node app/index.js token.json guilds.json" "start": "node app/index.js token.json guilds.json --max-old-space-size=64"
}, },
"dependencies": { "dependencies": {
"discord.js": "11.2.0", "discord.js": "11.2.0",
"feed-read": "0.0.1", "feed-read": "0.0.1",
"get-urls": "7.0.0", "get-urls": "7.0.0",
"jsonfile": "3.0.1", "jsonfile": "3.0.1",
"shortid": "2.2.8" "shortid": "2.2.8"
}, },
"name": "discord-bot-rss-feed", "name": "discord-bot-rss-feed",
"devDependencies": {}, "devDependencies": {},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/benji7425/discord-bot-rss-feed.git" "url": "git+https://github.com/benji7425/discord-bot-rss-feed.git"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/benji7425/discord-bot-rss-feed/issues" "url": "https://github.com/benji7425/discord-bot-rss-feed/issues"
}, },
"homepage": "https://github.com/benji7425/discord-bot-rss-feed#readme", "homepage": "https://github.com/benji7425/discord-bot-rss-feed#readme",
"description": "" "description": ""
} }