From 712e65bd231352f55fb8c57e9f6c643b0b43f486 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 2 Jun 2019 11:47:02 +0100 Subject: [PATCH] Specified GRADLE_OPTS for faster Gradle builds (#574) Should slightly improve start-up time. --- provisioning/playbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provisioning/playbook.yml b/provisioning/playbook.yml index 68e3fe1b..5cae2afe 100644 --- a/provisioning/playbook.yml +++ b/provisioning/playbook.yml @@ -510,6 +510,8 @@ # -Xverify:none disables class verification; not something you should # ever use in production (or on your CI) but ok for local development. MAVEN_OPTS: '-XX:TieredStopAtLevel=1 -Xverify:none' + # Affects the Gradle client not the Gradle server + GRADLE_OPTS: '-Xmx64m -XX:TieredStopAtLevel=1 -Xverify:none' # Install Antigen Zsh shell enhancements - role: gantsign.antigen