Explorar el Código

更新 'front/DEV/Jenkinsfile'

zhiqiang.yu hace 3 semanas
padre
commit
4225756209
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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