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:14:06 UTC

[incubator-doris-website] branch master updated (9996601c10 -> 774b3c9e66)

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

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


    from 9996601c10 [chore] update node memory limit to 4g
     new 9b848da23c JavaScript heap out of memory
     new 1b95b4551d JavaScript heap out of memory
     new 774b3c9e66 1

The 3 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.


Summary of changes:
 .github/workflows/cron-deploy-website.yml   | 6 ++++++
 .github/workflows/manual-deploy-website.yml | 2 ++
 2 files changed, 8 insertions(+)


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


[incubator-doris-website] 01/03: JavaScript heap out of memory

Posted by ji...@apache.org.
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

commit 9b848da23cba1f8ef700dc23720de577b2ed3349
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri May 27 18:07:39 2022 +0800

    JavaScript heap out of memory
    
    JavaScript heap out of memory
---
 .github/workflows/cron-deploy-website.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml
index b2bed40dbd..f3a902e022 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -30,6 +30,8 @@ jobs:
         sed -i 's/en\///g' en/README.md
         mv en/* ./
         npm install && npm run build
+        npm install -g increase-memory-limit
+        increase-memory-limit
         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


[incubator-doris-website] 03/03: 1

Posted by ji...@apache.org.
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

commit 774b3c9e661814e3042eb82182f492cff07e6646
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri May 27 18:13:54 2022 +0800

    1
    
    1
---
 .github/workflows/manual-deploy-website.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml
index 5c2407f094..d358f6d2d7 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -36,6 +36,8 @@ jobs:
         sed -i "s/BUILDING_BRANCH\.length > 0/BUILDING_BRANCH\.length > 0 \&\& BUILDING_BRANCH !== 'master'/g" .vuepress/config.js
         sed -i 's/en\///g' en/README.md
         mv en/* ./
+        npm install -g increase-memory-limit
+        increase-memory-limit
         export NODE_OPTIONS="--max-old-space-size=4096" && npm install && npm run build
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/


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


[incubator-doris-website] 02/03: JavaScript heap out of memory

Posted by ji...@apache.org.
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

commit 1b95b4551db993f4a68f52510d3f0ccb6b60ca29
Merge: 9b848da23c 9996601c10
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri May 27 18:12:42 2022 +0800

    JavaScript heap out of memory
    
    JavaScript heap out of memory

 .github/workflows/cron-deploy-website.yml   | 4 ++++
 .github/workflows/manual-deploy-website.yml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --cc .github/workflows/cron-deploy-website.yml
index f3a902e022,7a447d443d..fa25f120cd
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@@ -29,9 -29,7 +29,13 @@@ jobs
          sed -i "s/BUILDING_BRANCH\.length > 0/BUILDING_BRANCH\.length > 0 \&\& BUILDING_BRANCH !== 'master'/g" .vuepress/config.js
          sed -i 's/en\///g' en/README.md
          mv en/* ./
++
 +        npm install && npm run build
 +        npm install -g increase-memory-limit
 +        increase-memory-limit
++
+         export NODE_OPTIONS="--max-old-space-size=4096" && 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