This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_site_compile in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 20ee46dd06e07b5aaa75bad92786f23ce56cfd95 Author: HTHou <[email protected]> AuthorDate: Thu Dec 1 17:31:50 2022 +0800 Fix site compile OOM --- 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",
