Browse Source

更新 'front/DEV/Jenkinsfile'

zhiqiang.yu 3 weeks ago
parent
commit
4225756209
1 changed files with 1 additions and 1 deletions
  1. 1 1
      front/DEV/Jenkinsfile

+ 1 - 1
front/DEV/Jenkinsfile

@@ -21,7 +21,7 @@ node {
 # BUILD partner dist
 FROM node:14-slim as BUILD
 LABEL stage=STATICRES-BUILD
-ENV NODE_OPTIONS=--max-old-space-size=8192
+ENV NODE_OPTIONS=--max-old-space-size=16192
 COPY . /partner
 WORKDIR /partner