You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/04/13 14:26:06 UTC

[incubator-iotdb] branch vue_site created (now 2787ca3)

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

hxd pushed a change to branch vue_site
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 2787ca3  claim 4GB memory max for vue compile

This branch includes the following new commits:

     new 2787ca3  claim 4GB memory max for vue compile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: claim 4GB memory max for vue compile

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch vue_site
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 2787ca363ad297d65f8f8431b54e9d2a877a7549
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Apr 13 22:25:45 2020 +0800

    claim 4GB memory max for vue compile
---
 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 dd669a0..0e3aa21 100644
--- a/site/src/main/package.json
+++ b/site/src/main/package.json
@@ -4,9 +4,9 @@
   "description": "Apache IoTDB (incubating) Website",
   "main": "index.js",
   "scripts": {
-    "dev": "node --max_old_space_size=1500 ./node_modules/vuepress/cli.js dev src",
-    "build": "node --max_old_space_size=1500 ./node_modules/vuepress/cli.js build src",
-    "deploy": "node --max_old_space_size=1500 deploy.js"
+    "dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev src",
+    "build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build src",
+    "deploy": "node --max_old_space_size=4096 deploy.js"
   },
   "repository": {
     "type": "git",