From commits-return-12974-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Mon Jan 21 17:56:20 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 91B32180627 for ; Mon, 21 Jan 2019 17:56:20 +0100 (CET) Received: (qmail 370 invoked by uid 500); 21 Jan 2019 16:56:19 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 361 invoked by uid 99); 21 Jan 2019 16:56:19 -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; Mon, 21 Jan 2019 16:56:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 16BF887684; Mon, 21 Jan 2019 16:56:19 +0000 (UTC) Date: Mon, 21 Jan 2019 16:56:18 +0000 To: "commits@syncope.apache.org" Subject: [syncope] branch master updated: Restoring MAVEN_OPTS on AppVeyor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154808977882.3292.15810902719219681918@gitbox.apache.org> From: ilgrosso@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: syncope X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5bd85029d0ad879456ab2b2fcc548cba7f1ff1fd X-Git-Newrev: e15405c69a80af427108dfbc0965ea10a3247a89 X-Git-Rev: e15405c69a80af427108dfbc0965ea10a3247a89 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. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git The following commit(s) were added to refs/heads/master by this push: new e15405c Restoring MAVEN_OPTS on AppVeyor e15405c is described below commit e15405c69a80af427108dfbc0965ea10a3247a89 Author: Francesco Chicchiriccò AuthorDate: Mon Jan 21 17:56:08 2019 +0100 Restoring MAVEN_OPTS on AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d7f98b0..fac4cb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ install: - cmd: SET PATH=C:\maven\apache-maven-3.5.4\bin;%JAVA_HOME%\bin;%PATH% - cmd: SET JAVA_HOME=C:\Program Files\Java\jdk11 - cmd: SET M2_HOME=C:\maven\apache-maven-3.5.4 - - cmd: SET MAVEN_OPTS="-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+TieredCompilation -XX:TieredStopAtLevel=1" + - cmd: SET MAVEN_OPTS=-Xmx4g - cmd: SET JAVA_OPTS=-Xmx4g - echo %PATH%