You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/01 09:53:26 UTC

[iotdb] branch master updated: Fix site compile OOM (#8284)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new b411c1ef28 Fix site compile OOM (#8284)
b411c1ef28 is described below

commit b411c1ef289d393d33e021cb0d9352a8811983b0
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu Dec 1 17:53:19 2022 +0800

    Fix site compile OOM (#8284)
---
 site/src/main/package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/src/main/package.json b/site/src/main/package.json
index 514ff2f24d..2a80b6dede 100644
--- a/site/src/main/package.json
+++ b/site/src/main/package.json
@@ -4,9 +4,9 @@
   "description": "Apache IoTDB Website",
   "main": "index.js",
   "scripts": {
-    "dev": "node --max_old_space_size=4000 ./node_modules/vuepress/cli.js dev src",
-    "build": "node --max_old_space_size=4000 ./node_modules/vuepress/cli.js build src",
-    "deploy": "node --max_old_space_size=4000 deploy.js"
+    "dev": "node --max_old_space_size=6000 ./node_modules/vuepress/cli.js dev src",
+    "build": "node --max_old_space_size=6000 ./node_modules/vuepress/cli.js build src",
+    "deploy": "node --max_old_space_size=6000 deploy.js"
   },
   "repository": {
     "type": "git",