This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d6658f16d2 [chore][community](github)Change 'max-old-space-size' to
8192 (#10557)
d6658f16d2 is described below
commit d6658f16d25ab2f8d0163cf8b584aea0cf90f581
Author: Jerry Hu <[email protected]>
AuthorDate: Mon Jul 4 08:59:54 2022 +0800
[chore][community](github)Change 'max-old-space-size' to 8192 (#10557)
---
.github/workflows/build-extension.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index 2701ffb4d8..e707915c3f 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -57,5 +57,5 @@ jobs:
- name: Build docs
run: |
- cd docs && /bin/bash build_help_zip.sh && export
NODE_OPTIONS="--max-old-space-size=4096" && npm install && npm run build
+ cd docs && /bin/bash build_help_zip.sh && export
NODE_OPTIONS="--max-old-space-size=8192" && npm install && npm run build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]