summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2009-10-01 14:26:56 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2009-10-01 14:26:56 +0000
commitfe264943efccc2534a65ce0b49ed16a51e597aed (patch)
treea30ac4abd80845b04e13f7a61bcdffec18ead7b1 /build.xml
parent082a427ff9572e002bb1fc5c71e129e857f0aa81 (diff)
downloadscala-fe264943efccc2534a65ce0b49ed16a51e597aed.tar.gz
scala-fe264943efccc2534a65ce0b49ed16a51e597aed.tar.bz2
scala-fe264943efccc2534a65ce0b49ed16a51e597aed.zip
fixed #2101
there were some issues with heap pressure that made the compile take incredibly long, these were solved by increasing the max allowed heap
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a94e018067..f34de0688c 100644
--- a/build.xml
+++ b/build.xml
@@ -189,6 +189,7 @@ PROPERTIES
<!-- if ANT_OPTS is already set by the environment, it will be unaltered,
but if it is unset it will take this default value. -->
<property name="env.ANT_OPTS" value="-Xms512M -Xmx1024M -Xss1M -XX:MaxPermSize=128M" />
+ <!-- to find max heap usage: -Xaprof ; currently at 980M for locker.comp -->
<property
name="scalacfork.jvmargs"