Skip to content
Snippets Groups Projects
Commit d8c7ba62 authored by rh11's avatar rh11
Browse files

Increase the heap allocation for the Java compiler.

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7492 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent f1750405
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,9 @@
<!-- Compiles the source directory -->
<target name="compile" depends="init,compile-idl,prepare-src">
<javac
fork="true"
memoryinitialsize="256m"
memorymaximumsize="256m"
srcdir="${build.src.main}"
destdir="${build.dest.main}"
excludes="nsdb/**,seqdb/**,type/**,lib/**,src/**,uk/ac/sanger/artemis/components/MacHandler.java,uk/ac/sanger/artemis/components/filetree/FileTree.java,uk/ac/sanger/artemis/components/filetree/SshFileTree.java,uk/ac/sanger/artemis/ExternalProgramUtils.java"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment