From: Ben Soares Date: Wed, 13 Nov 2019 23:26:29 +0000 (+0000) Subject: JAL-3210 add more memory to javaexec running closure compiler X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~53 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2d28597b643c287eee1f495e56c3529be05bbc5d;p=jalview.git JAL-3210 add more memory to javaexec running closure compiler --- diff --git a/build.gradle b/build.gradle index 3cf725a..7cdadc1 100644 --- a/build.gradle +++ b/build.gradle @@ -1879,6 +1879,7 @@ def jalviewjsCallCore(String name, FileCollection list, String prefixFile, Strin javaexec { classpath = files(["${jalviewDir}/tools/closure_compiler.jar"]) args = [ "--js", jsfile, "--js_output_file", zjsfile ] + maxHeapSize = "2g" msg = "\nRunning '"+commandLine.join(' ')+"'\n" println(msg)