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:07 UTC

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

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