You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/05/27 10:37:36 UTC

[incubator-doris-website] branch master updated: 2

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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b7481172b 2
8b7481172b is described below

commit 8b7481172b717ab343d90da7f07635a978c14b9a
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri May 27 18:37:22 2022 +0800

    2
    
    2
---
 .github/workflows/cron-deploy-website.yml   | 2 +-
 .github/workflows/manual-deploy-website.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml
index fa25f120cd..28e6b71b44 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -34,7 +34,7 @@ jobs:
         npm install -g increase-memory-limit
         increase-memory-limit
 
-        export NODE_OPTIONS="--max-old-space-size=4096" && npm install && npm run build
+        export NODE_OPTIONS="--max-old-space-size=6144" && npm install && npm run build
 
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/
diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml
index d358f6d2d7..7f5d72da83 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -38,7 +38,7 @@ jobs:
         mv en/* ./
         npm install -g increase-memory-limit
         increase-memory-limit
-        export NODE_OPTIONS="--max-old-space-size=4096" && npm install && npm run build
+        export NODE_OPTIONS="--max-old-space-size=6144" && npm install && npm run build
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/
         export DORIS_COMMIT=`git rev-parse HEAD`


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org