git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2867a
)
JAL-3210 add more memory to javaexec running closure compiler
author
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 13 Nov 2019 23:26:29 +0000
(23:26 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 13 Nov 2019 23:26:29 +0000
(23:26 +0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
3cf725a
..
7cdadc1
100644
(file)
--- 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)