From commits-return-78-archive-asf-public=cust-asf.ponee.io@streampipes.apache.org Fri Dec 13 05:50:50 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7B00818064E for ; Fri, 13 Dec 2019 06:50:49 +0100 (CET) Received: (qmail 34561 invoked by uid 500); 13 Dec 2019 05:50:48 -0000 Mailing-List: contact commits-help@streampipes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streampipes.apache.org Delivered-To: mailing list commits@streampipes.apache.org Received: (qmail 34552 invoked by uid 99); 13 Dec 2019 05:50:48 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2019 05:50:48 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 462568D80D; Fri, 13 Dec 2019 05:50:48 +0000 (UTC) Date: Fri, 13 Dec 2019 05:50:48 +0000 To: "commits@streampipes.apache.org" Subject: [incubator-streampipes] branch dev updated: STREAMPIPES-46: Increase heap for node stage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157621624806.6270.12408816639073446176@gitbox.apache.org> From: riemer@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-streampipes X-Git-Refname: refs/heads/dev X-Git-Reftype: branch X-Git-Oldrev: 4e807b92f17844b76c83109964cc7dc907e545f8 X-Git-Newrev: 877ee319cbeb9bc1e749a59c984677eccd82ca41 X-Git-Rev: 877ee319cbeb9bc1e749a59c984677eccd82ca41 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git The following commit(s) were added to refs/heads/dev by this push: new 877ee31 STREAMPIPES-46: Increase heap for node stage 877ee31 is described below commit 877ee319cbeb9bc1e749a59c984677eccd82ca41 Author: Dominik Riemer AuthorDate: Fri Dec 13 06:50:11 2019 +0100 STREAMPIPES-46: Increase heap for node stage --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0e39b8..556ca39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '12.x' - name: Build with Maven run: mvn clean package javadoc:aggregate - name: Login to Docker Hub @@ -40,7 +40,7 @@ jobs: working-directory: ./ui run: | NODE_PATH=/cache/node_modules - NODE_OPTIONS=--max_old_space_size=4096 + NODE_OPTIONS=--max_old_space_size=6096 npm install --unsafe-perm npm run build - name: Build and Push Docker UI Image