This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch try_to_fix_site
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try_to_fix_site by this push:
new d1af108 try to fix site
d1af108 is described below
commit d1af108bda9da0ca22e6d7a1f81dd8882a6eef6f
Author: HTHou <[email protected]>
AuthorDate: Wed Oct 14 15:03:05 2020 +0800
try to fix site
---
site/src/main/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/main/package.json b/site/src/main/package.json
index b427471..b9a15d9 100644
--- a/site/src/main/package.json
+++ b/site/src/main/package.json
@@ -4,7 +4,7 @@
"description": "Apache IoTDB Website",
"main": "index.js",
"scripts": {
- "fix-memory-limit": "cross-env LIMIT=2048 increase-memory-limit"
+ "fix-memory-limit": "cross-env LIMIT=8000 increase-memory-limit"
"dev": "node --max-old-space-size=8000 ./node_modules/vuepress/cli.js dev
src",
"build": "node --max-old-space-size=8000 ./node_modules/vuepress/cli.js
build src",
"deploy": "node --max-old-space-size=8000 deploy.js"