From 8108ad032614598466374e6eac02a78b30f625e6 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 29 Nov 2022 12:37:45 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a44e87db..7672845f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "cluster:load": "node scripts/commands/cluster/load.js", "programs:load": "node scripts/commands/programs/load.js", "programs:save": "node scripts/commands/programs/save.js", - "guides:update": "NODE_OPTIONS=--max-old-space-size=4096 node scripts/commands/guides/update.js", + "guides:update": "NODE_OPTIONS=--max-old-space-size=5120 node scripts/commands/guides/update.js", "guides:update_legacy": "node scripts/commands/guides/update_legacy.js", "api:load": "./scripts/commands/api/load.sh", "api:update": "node scripts/commands/api/update.js",