From 2d28597b643c287eee1f495e56c3529be05bbc5d Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 13 Nov 2019 23:26:29 +0000 Subject: [PATCH] JAL-3210 add more memory to javaexec running closure compiler --- build.gradle | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.2