summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-02 21:09:34 +0000
committerPaul Phillips <paulp@improving.org>2010-04-02 21:09:34 +0000
commitd5c7049d4fe117e26a5e981c2449a966b017af49 (patch)
treefaaa6bfbcd86ba0de17a60361faf8547e68235d5 /build.xml
parentcd51ac694d82c68a5c02f9f20a9460adbac780b4 (diff)
downloadscala-d5c7049d4fe117e26a5e981c2449a966b017af49.tar.gz
scala-d5c7049d4fe117e26a5e981c2449a966b017af49.tar.bz2
scala-d5c7049d4fe117e26a5e981c2449a966b017af49.zip
Mostly IO tweaks related to my upcoming partest...
Mostly IO tweaks related to my upcoming partest patch, which to my chagrin is being held up by windows. Also updates the default ANT_OPTS to be the same as the ones the nightlies override it with. (If we know you can't build scala with those settings it seems kind of uncool to leave them for everyone else.) No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 441f160731..3ef75d1998 100644
--- a/build.xml
+++ b/build.xml
@@ -184,7 +184,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" />
+ <property name="env.ANT_OPTS" value="-Xms512M -Xmx1536M -Xss1M -XX:MaxPermSize=128M" />
<!-- to find max heap usage: -Xaprof ; currently at 980M for locker.comp -->
<echo message="Using ANT_OPTS: ${env.ANT_OPTS}" />